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 -