Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
fd97e543
Commit
fd97e543
authored
Aug 06, 2015
by
Federico G. Schwindt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling and typos
parent
093b1123
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
mgt_param_tbl.c
bin/varnishd/mgt/mgt_param_tbl.c
+1
-1
varnishtop_options.h
bin/varnishtop/varnishtop_options.h
+1
-1
states.rst
doc/sphinx/reference/states.rst
+1
-1
params.h
include/tbl/params.h
+1
-1
No files found.
bin/varnishd/mgt/mgt_param_tbl.c
View file @
fd97e543
...
...
@@ -178,7 +178,7 @@ struct parspec mgt_parspec[] = {
{
"timeout_idle"
,
tweak_timeout
,
&
mgt_param
.
timeout_idle
,
"0"
,
NULL
,
"Idle timeout for client connections.
\n
"
"A connection is considered idle, until we have"
"A connection is considered idle, until we have
"
"received the full request headers."
,
0
,
"5"
,
"seconds"
},
...
...
bin/varnishtop/varnishtop_options.h
View file @
fd97e543
...
...
@@ -33,7 +33,7 @@
#define TOP_OPT_1 \
VOPT("1", "[-1]", "Run once", \
"Instead of a continously updated display, print the" \
"Instead of a contin
u
ously updated display, print the" \
" statistics once and exit. Implies ``-d``." \
)
...
...
doc/sphinx/reference/states.rst
View file @
fd97e543
...
...
@@ -21,7 +21,7 @@ into the respective VCL subroutine. These can then be modified from
VCL where necessary.
The following graphs attempt to provide an overview over the
processing states, their transi
s
ions and the most relevant functions
processing states, their transi
t
ions and the most relevant functions
in core code. They represent a compromise between usefulness for
core/VMOD developers and administrators and are intended to serve as
the reference basis for deriavtive work, such as more VCL-centric
...
...
include/tbl/params.h
View file @
fd97e543
...
...
@@ -1232,7 +1232,7 @@ PARAM(
/* flags */ 00,
/* s-text */
"Idle timeout for client connections.\n"
"A connection is considered idle, until we havereceived the full "
"A connection is considered idle, until we have
received the full "
"request headers.\n",
/* l-text */ "",
/* func */ NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment