[squid-users] Vary object loop returns
joe
chip_pop at hotmail.com
Tue May 31 11:03:43 UTC 2016
yup try accel the cache.log will have rely lots of those
my idea of fixing this or having better hit %
is by erasing anything start with %20 from the vary
'accept-encoding="gzip,%20deflate,%20sdch,%20br"'
those ,%20deflate,%20sdch,%20br should be removed and keep only
'accept-encoding="gzip"'
in 'accept-encoding="gzip,%20deflate,%20sdch,%20br",
cookie="WMF-Last-Access%3D31-May-2016%3B%20GeoIP%3DKZ%3A02%3AAlmaty%3A43.26%3A76.93%3Av4",
authorization'
should take of anything start with ,%20deflate,%20sdch,%20br"
should be 'accept-encoding="gzip,
cookie="WMF-Last-Access%3D31-May-2016%3B%20GeoIP%3DKZ%3A02%3AAlmaty%3A43.26%3A76.93%3Av4",
authorization'
client_side.cc
in function varyEvaluateMatch
so fare my test code wish i did after i study sbuf function working fine no
complain yet browser or mobile app :) 350 clients
but i know its not the right way of doing it
i know a bit of c++ c vb all language but not a pro..
--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Vary-object-loop-returns-tp4677716p4677729.html
Sent from the Squid - Users mailing list archive at Nabble.com.
More information about the squid-users
mailing list