sendMoreData without connection

2008-09-09 Thread Alex Rousskov
Hello, Could somebody explain whether the connection can be missing in the sendMoreData trunk code below, please? void clientReplyContext::sendMoreData (StoreIOBuffer result) { if (deleting) return; StoreEntry *entry = http->storeEntry(); ConnStateData * conn = http->get

Squid-2.HEAD URL regression with CONNECT

2008-09-09 Thread Adrian Chadd
G'day, Squid-2.HEAD doesn't seem to handle CONNECT URLs anymore; I get something like: [start] The requested URL could not be retrieved While trying to retrieve the URL: www.gmail.com:443 The following error was encountered: * Invalid URL [end] Benno, could you please double/triple check

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-09 Thread Amos Jeffries
Amos Jeffries has voted reject. Status is now: Vetoed Comment: Squid-2 patch. not for BB to handle. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C20080907005501.GB8733%40motherbox.xtech.com.ar%3E Project: Squid

Re: /bzr/squid3/trunk/ r9176: Fixed typo: Config.Addrs.udp_outgoing was used for the HTCP incoming address.

2008-09-09 Thread Henrik Nordstrom
On tis, 2008-09-09 at 14:59 +1200, Amos Jeffries wrote: > > > > revno: 9176 > > committer: Alex Rousskov <[EMAIL PROTECTED]> > > branch nick: trunk > > timestamp: Mon 2008-09-08 17:52:06 -0600 > > message: > > Fixed typo: Config.Addrs.u

Re: How to buffer a POST request

2008-09-09 Thread Adrian Chadd
Well, I've got a proof of concept which works well but its -very- ugly. This is one of those things may have been slightly easier to do in Squid-3 with Alex's BodyPipe changes. I haven't stared at the BodyPipe code to know whether its doing all the right kinds of buffering for this application. Th