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
11fd9bf3
Commit
11fd9bf3
authored
Jan 26, 2011
by
Per Buer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to explain beresp gzip stuff
parent
a95a36f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
vcl.rst
doc/sphinx/reference/vcl.rst
+16
-3
No files found.
doc/sphinx/reference/vcl.rst
View file @
11fd9bf3
...
...
@@ -470,9 +470,6 @@ vcl_fetch
error code [reason]
Return the specified error code to the client and abandon the request.
esi
ESI-process the document which has just been fetched.
pass
Switch to pass mode. Control will eventually pass to vcl_pass.
...
...
@@ -646,6 +643,22 @@ The following variables are available after the requested object has
been retrieved from the backend, before it is entered into the cache. In
other words, they are available in vcl_fetch:
beresp.do_esi
ESI-process the object after fetching it. Defaults to 0. Set it to 1 to
activate ESI.
beresp.do_gzip
Gzip the object before storing it. Defaults to 1,
beresp.is_gzip
True if the object is compressed.
beresp.do_gunzip
Unzip the object before storing it.
beresp.is_gunzip
True if the object is not compressed.
beresp.proto
The HTTP protocol version used when the object was retrieved.
...
...
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