Re: [squid-dev] [PATCH] adapting 100-Continue / A Bug 4067 fix

2015-01-07 Thread Tsantilas Christos
On 01/01/2015 01:47 AM, Alex Rousskov wrote: On 11/09/2014 02:02 PM, Tsantilas Christos wrote: void Http::Server::processParsedRequest(ClientSocketContext *context) { +if (!buildHttpRequest(context)) +return; + +if (Config.accessList.forceRequestBodyContinuation) { +

Re: [squid-dev] [PATCH] adapting 100-Continue / A Bug 4067 fix

2014-11-10 Thread Tsantilas Christos
patch applied to trunk as revno:13697 Regards, Christos On 11/10/2014 12:14 PM, Amos Jeffries wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2014 11:06 p.m., Tsantilas Christos wrote: On 11/10/2014 09:36 AM, Amos Jeffries wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Re: [squid-dev] [PATCH] adapting 100-Continue / A Bug 4067 fix

2014-11-09 Thread Tsantilas Christos
I am re-posting the patch. There are not huge changes. Regards, Christos On 11/07/2014 10:54 AM, Amos Jeffries wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/11/2014 6:59 a.m., Tsantilas Christos wrote: Hi all, This patch is a fix for bug 4067:

Re: [squid-dev] [PATCH] adapting 100-Continue / A Bug 4067 fix

2014-11-09 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2014 10:02 a.m., Tsantilas Christos wrote: I am re-posting the patch. There are not huge changes. Looking over this in more detail... Whats the point of having buildHttpRequest() a separate method from processRequest() ? The documentation