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
abf1ca53
Commit
abf1ca53
authored
Mar 16, 2016
by
Federico G. Schwindt
Committed by
Lasse Karstensen
Jun 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling
parent
e2b8877b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
varnishncsa.c
bin/varnishncsa/varnishncsa.c
+2
-2
No files found.
bin/varnishncsa/varnishncsa.c
View file @
abf1ca53
...
...
@@ -82,7 +82,7 @@ enum e_frag {
F_h
,
/* %h Host name / IP Address */
F_m
,
/* %m Method */
F_s
,
/* %s Status */
F_I
,
/* %I Bytes rec
ie
ved */
F_I
,
/* %I Bytes rec
ei
ved */
F_O
,
/* %O Bytes sent */
F_tstart
,
/* Time start */
F_tend
,
/* Time end */
...
...
@@ -720,7 +720,7 @@ parse_format(const char *format)
case
'H'
:
/* Protocol */
addf_fragment
(
&
CTX
.
frag
[
F_H
],
"HTTP/1.0"
);
break
;
case
'I'
:
/* Bytes rec
ie
ved */
case
'I'
:
/* Bytes rec
ei
ved */
addf_fragment
(
&
CTX
.
frag
[
F_I
],
"-"
);
break
;
case
'l'
:
/* Client user ID (identd) always '-' */
...
...
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