On Jun 2, 2010 3:31 PM, "Laurence Rowe" <[email protected]> wrote:
Different browsers have different Accept-Encoding headers (sometimes just the difference between a comma followed by a space as the separator rather than just a comma), so it's best to normalise this header in ``vcl_recv``. I use something similar to the example at http://varnish-cache.org/wiki/FAQ/Compression to normalise the header to either ``gzip`` or remove it completely. Laurence On 2 June 2010 19:32, vitaly burshteyn <[email protected]> wrote: > Hi folks, > Just curious if ... > _______________________________________________ > varnish-misc mailing list > varnish-m...@varnish...
_______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
