Commit 1b952e03 authored by Nils Goroll's avatar Nils Goroll

fix a badly worded sentence, make choice of tense more consistent

Thanks to fgs for reviewing
parent 71e00d50
......@@ -21,10 +21,12 @@ The default behaviour is active when the `http_gzip_support` parameter
is set to "on" and neither `beresp.do_gzip` nor `beresp.do_gunzip` are
used in VCL.
Unless returning from `vcl_recv` with `pipe` or `pass`, varnish sets
`req.http.Accept-Encoding` to "gzip". It removes the header otherwise.
Unless returning from `vcl_recv` with `pipe` or `pass`, varnish
modifies `req.http.Accept-Encoding`: If the client supports gzip,
`req.http.Accept-Encoding` is set to "gzip". Otherwise, the header is
removed.
Unless the request is a `pass`, Varnish will set
Unless the request is a `pass`, Varnish sets
`bereq.http.Accept-Encoding` to "gzip" before `vcl_backend_fetch`
runs, so the header can be changed in VCL.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment