On Mon, Feb 05, 2007 at 08:46:01PM -0000, [EMAIL PROTECTED] wrote:
> Author: rpluem
> Date: Mon Feb  5 12:46:01 2007
> New Revision: 503863
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=503863
> Log:
> * Add missing Changelog entry for PR41056 / PR 19954. This was fixed in 
> r480135.

It looks like the regression is still present in this code, an EAGAIN 
from the ap_get_brigade() to read the post-chunk CRLF is not handled and 
will be treated as an error, line 295 of http_filters.c

(AFAIK the test suite does not exercise the code paths for a NONBLOCKing 
read of a chunked request body, testing this reliably requires a client 
which drip-feeds bytes to trigger the EAGAIN on the server side on every 
possible read call)

joe

Reply via email to