Search squid archive

Re: Vary object loop returns

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hmmmmmmm. Seems as dirty hack.

I suggest better to correct strings encoding routines, or simple strip symbols starting with% from accept-encoding only.


31.05.2016 17:03, joe пишет:
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.
_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users

_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux