different object hashed for firefox and chrome
David Birdsong
david.birdsong at gmail.com
Sat Apr 10 00:37:09 CEST 2010
I'm trying to understand how an identical request to Firefox and
Chrome are hashing to a different object in Varnish.
Here's the Firefox request:
http://pastebin.com/RkA9uhMp
Here's the Chrome request:
http://pastebin.com/4pAe8Cac
There are a few differences in the request between the two browsers,
but I've set vcl_hash to only use req.url:
sub vcl_hash {
set req.hash = req.url;
# set req.hash += req.url;
# set req.hash += req.http.host;
hash;
}
I'm running varnish from trunk at R4390.
More information about the varnish-misc
mailing list