Re: [squid-users] Pending Squid-2.7 release - testers wanted!

From: Adrian Chadd <adrian@dont-contact.us>
Date: Thu, 20 Dec 2007 14:03:37 +0900

On Thu, Dec 20, 2007, Mark Nottingham wrote:
> I take it the HTTP/1.1 support is on both the client and server sides?
> <http://www.squid-cache.org/Versions/v2/HEAD/changesets/11796.patch>

Nope. Also, sajd on #squiddev irc has noted this line causes issues
with some Java applications tunneling through a proxy:

- if (clientRequestBodyTooLarge(request->content_length)) {
+ if (clientRequestBodyTooLarge(request->content_length) || request->method == METHOD_CONNECT) {

They send a CONNECT request body with "stuff" attached, like cookies and this
is messing up the check. I hope he posts more information soon!

> Has it been run through co-advisor?

I haven't; I don't know if Henrik has or hasn't yet.

Adrian

- Xenion - http://www.xenion.com.au/ - VPS Hosting - Commercial Squid Support -
Received on Wed Dec 19 2007 - 21:56:34 MST

This archive was generated by hypermail pre-2.1.9 : Tue Jan 01 2008 - 12:00:02 MST