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
d260e987
Commit
d260e987
authored
Mar 19, 2014
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the three obj.{proto,reason,status} variables to match reality.
parent
4a81bc62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
generate.py
lib/libvcc/generate.py
+5
-5
No files found.
lib/libvcc/generate.py
View file @
d260e987
...
...
@@ -491,21 +491,21 @@ sp_variables = [
(
'obj.proto'
,
'STRING'
,
(
'hit'
,
),
(
'hit'
,
),
"""
(
),
"""
The HTTP protocol version used when the object was retrieved.
"""
),
(
'obj.status'
,
'INT'
,
(
'
synth
'
,),
(
'synth'
,
),
"""
(
'
hit
'
,),
(
),
"""
The HTTP status code returned by the server.
"""
),
(
'obj.reason'
,
'STRING'
,
(
'
synth
'
,),
(
'synth'
,
),
"""
(
'
hit
'
,),
(
),
"""
The HTTP status message returned by the server.
"""
),
...
...
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