Re: hash with Accept-Encoding

2008-02-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Ricardo N ewbery writes: I came across this line in an example vcl which confused me... sub vcl_hash { set req.hash += req.http.Accept-Encoding; } This line seemed superfluous to me since it was my impression that varnish already took care of this

hash with Accept-Encoding

2008-02-02 Thread Ricardo Newbery
I came across this line in an example vcl which confused me... sub vcl_hash { set req.hash += req.http.Accept-Encoding; } This line seemed superfluous to me since it was my impression that varnish already took care of this automatically as long as the Vary header was set correctly.