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
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc
