[PATCH] Prevent idnsVCClosed segfaults during shutdown or reconfiguration

2010-01-08 Thread Alex Rousskov
Prevent idnsVCClosed segfaults during shutdown or reconfiguration. idnsShutdown() schedules comm_close and then frees nameservers[] by calling idnsFreeNameservers. The closing handler tried to access freed nameservers[]. The patch prevents access to the freed nameservers[] array in idnsVCClosed

Re: Squid-3 and HTTP/1.1

2010-01-08 Thread Alex Rousskov
On 09/12/2009 05:36 AM, Amos Jeffries wrote: Updating the checklist today I again wonder if we can repeat the step from 2.7 and enable HTTP/1.1 on requests sent to servers As far as I can see the missing bits 3.2 needs to take that step are: - reject http-Upgrade requests from clients.

confused about debugging levels

2010-01-08 Thread Matthew Morgan
I've tried to figure this out, but I can't quite get it. In the following line, debugs(90, 3, CheckQuickAbort2: YES too much left to go); What do I need to set the -d option to on the squid command line to see this output? I tried 3, but this didn't work. I think I'm missing what this

Re: confused about debugging levels

2010-01-08 Thread Kinkie
On Fri, Jan 8, 2010 at 8:14 PM, Matthew Morgan atcs.matt...@gmail.com wrote: I've tried to figure this out, but I can't quite get it.  In the following line, debugs(90, 3, CheckQuickAbort2: YES too much left to go); What do I need to set the -d option to on the squid command line to see this