Re: [squid-dev] [PATCH] External ACL helpers error handling & caching

2017-01-26 Thread Amos Jeffries
On 12/01/2017 8:21 a.m., Christos Tsantilas wrote: > > The patch applied to squid-5 branch as r15005. > I am also attaching the patch for squid-3.5 > Applied to v4 and 3.5. Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org

Re: [squid-dev] [PATCH] Drop deprecated MSIE Cache-Control pre-check/post-check

2017-01-26 Thread Alex Rousskov
On 01/26/2017 02:08 AM, Amos Jeffries wrote: > These two options have been a bit of annoyance for a long time. > Primarily because they are custom controls and almost all uses of them > is the garbage '0' values that even MSIE ignores completely. Validating > correctness would add processing which

Re: [squid-dev] [PATCH] SSLv2 records force SslBump bumping despite a matching step2 peek rule.

2017-01-26 Thread Christos Tsantilas
The patch applied to squid-5 as r15020 with the fixes suggested by Alex. I am attaching the equivalent patch for squid-3.5. On 25/01/2017 11:42 μμ, Alex Rousskov wrote: On 01/25/2017 12:12 PM, Christos Tsantilas wrote: On 25/01/2017 08:24 μμ, Alex Rousskov wrote: * A client-sent ClientHello

[squid-dev] [PATCH] Drop deprecated MSIE Cache-Control pre-check/post-check

2017-01-26 Thread Amos Jeffries
These two options have been a bit of annoyance for a long time. Primarily because they are custom controls and almost all uses of them is the garbage '0' values that even MSIE ignores completely. Validating correctness would add processing which offsets the performance gained from ignoring them.