Re: refresh_pattern review

2006-06-15 Thread Doug Dixon
Following some IRC chat, I thought I'd start a discussion on a possible improvement of refresh_pattern in Squid3. The starting point for this discussion is the fact that refresh_pattern is a source of confusion for many users, even expert admins. It's not obvious what it does, how to

2 fixes for the squid icap implementation

2006-06-15 Thread Graeme Bisset
Hi, Could someone add the 2 attached patches to the squid icap client? Here's a description of what they fix... 15minutefix.patch = I noticed that if an icap server replied with a 204 response, the download would continue without being forwarded to icap but it would then abort

Re: 2 fixes for the squid icap implementation

2006-06-15 Thread Tsantilas Christos
Hi Graeme, I did not verified the problems but looks that the problems exist. About the first patch I am proposing a somehow different approach. When squid-icap takes a 204 response immediately releases the connection and put it to connections poll so it can be used for other icap requests. The

Re: Merge some other enh bugs in 2.6 ?

2006-06-15 Thread Adrian Chadd
On Thu, Jun 15, 2006, Guido Serassio wrote: - #1235: New options to ignore Cache-Control headers when necessary - #1423: Could use TCP_CORK to optimize cache hits I'd leave these until squid-2.6 has been made stable. (I'll get back into squid coding next week and I'll concentrate on fixing

Talking to an upstream ISA server that requires NTLM authentication.

2006-06-15 Thread Tsachi
Hi All, I am working with squid version 2.5 stable 7. I would like to try and get squid talking to an upstream ISA server that requires NTLM authentication. Squid works as a transparent proxy with a ISA parent (login=PASS). I have also applied the connection pinning patch from Nov 7 2005.