Gzip issues with Varnish

Denis Ahrens denis at zeno.org
Wed May 9 18:00:25 CEST 2007


Hi

The gzip problem can be circumvented with since revision r1398.

Simply add the following to a varnish vcl script:

sub vcl_hash
{
         if (req.http.Accept-Encoding) {
                 set req.hash += req.http.Accept-Encoding;
         }
}

Denis Ahrens




More information about the varnish-misc mailing list