[squid-dev] [PATCH] Reduce crashes due to unexpected ClientHttpRequest termination.

2017-01-11 Thread Christos Tsantilas
We observed such problems on squid shutdown procedure and during regular squid operation. Any clientStreams redesign should take care of such problems. The underlying problem has been known since r13480: If a ClientHttpRequest job ends without Http::Stream (and ConnStateData) knowledge, then

Re: [squid-dev] [PATCH] Reduce crashes due to unexpected ClientHttpRequest termination.

2017-01-11 Thread Amos Jeffries
On 11/01/2017 10:55 p.m., Christos Tsantilas wrote: > We observed such problems on squid shutdown procedure and during regular > squid operation. Any clientStreams redesign should take care of such > problems. > > The underlying problem has been known since r13480: If a > ClientHttpRequest job end

Re: [squid-dev] [PATCH] Reduce crashes due to unexpected ClientHttpRequest termination.

2017-01-11 Thread Christos Tsantilas
On 11/01/2017 04:50 μμ, Amos Jeffries wrote: On 11/01/2017 10:55 p.m., Christos Tsantilas wrote: We observed such problems on squid shutdown procedure and during regular squid operation. Any clientStreams redesign should take care of such problems. The underlying problem has been known since r1

Re: [squid-dev] [PATCH] Reduce crashes due to unexpected ClientHttpRequest termination.

2017-01-24 Thread Amos Jeffries
On 12/01/2017 8:09 a.m., Christos Tsantilas wrote: > The t5 patch which has minor fixes over the posted patch applied to > squid-5 branch as r15004. > > The same patch apply as is to squid-4 branch. > I am also attaching the patch for squid-3.5 > Thanks. Applied to v4 and 3.5. Amos __