Hi Cyril, On Thu, Feb 10, 2011 at 10:54:44PM +0100, Cyril Bonté wrote: > Some browsers send POST requests in several packets, which was not supported > by the "stats admin" function. > > This patch allows to wait for more data when they are not fully received > (we are still limited to a certain size defined by the buffer size minus its > reserved space). > It also adds support for the "Expect: 100-Continue" header.
Thanks for this patch. As you said, it looks quite straightforward. I like the fact that we can now more easily process POST requests. I think at one point we'll have to unify all the POST processing. I'll merge it for next 1.4 and 1.5. Willy

