Squid-2.6.STABLE11 in the pipeline

2007-03-12 Thread Henrik Nordstrom
Ok, one rather critical bug crept into the 2.6.STABLE10 release (Bug #1915), so 2.6.STABLE11 is now in the pipeline for release. Patch queue has been processed and next nightly (or current CVS) is to be considered a release candidate. Please test it where you can. If there is additional issues

Re: Squid-2.6.STABLE11 in the pipeline

2007-03-12 Thread Adrian Chadd
On Tue, Mar 13, 2007, Henrik Nordstrom wrote: - kqueue under load Thats easy to test. What you need: * a freebsd box to run squid * a random UNIX box to run 'ab' (apachebench) To replicate the errors I saw in earlier versions, which led to the discussion about the weird kqueue behaviour in

A few patches

2007-03-12 Thread Steven
I've attached 3 patches to this message for comment. The first patch (transparent-pipeline.patch) is simple - I'd like to allow NTLM auth to work even when pipelined requests are enabled, but only for transparent requests. I think that this is a safe option, as the web browser thinks it's

Re: A few patches

2007-03-12 Thread Adrian Chadd
On Tue, Mar 13, 2007, Steven wrote: /* Parse the request line */ ret = httpMsgParseRequestLine(hmsg); -if (ret == -1) - return parseHttpRequestAbort(conn, error:invalid-request); +if (ret == -1) { + /* If this is a transparent request that has been natted, try

RE: A few patches

2007-03-12 Thread Steven Wilton
-Original Message- From: Adrian Chadd [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 March 2007 3:14 PM To: Steven Cc: squid-dev@squid-cache.org Subject: Re: A few patches On Tue, Mar 13, 2007, Steven wrote: This bit is clever! Don't use a CONNECT to port 80 though; try to