Re: [PATCH] Bug 3643: Connection Auth redesign

2013-03-27 Thread Amos Jeffries
On 27/03/2013 10:16 a.m., Alex Rousskov wrote: On 03/25/2013 09:59 PM, Amos Jeffries wrote: Bug 3643: NTLM helpers stuck in reserved state by Safari NTLM failures are not always cleaning up connection-auth credentials properly. In particular they are not releasing the NTLM helpers when the

Re: [PATCH] Bug 3643: Connection Auth redesign

2013-03-27 Thread Alex Rousskov
On 03/27/2013 05:38 AM, Amos Jeffries wrote: On 27/03/2013 10:16 a.m., Alex Rousskov wrote: On 03/25/2013 09:59 PM, Amos Jeffries wrote: +private: +/// state of some credentials that can be used to perform authentication on this connection +Auth::UserRequest::Pointer

Build failed in Jenkins: 3.HEAD-amd64-CentOs-icc #981

2013-03-27 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOs-icc/981/changes Changes: [Amos Jeffries] Fix memory leaks in ConnStateData pinning ConnStateData does not cleanup any of the pinning child structure fields. This results in a leak of pinned host and peer details. Run the full un-pin