Re: [PATCH] ap_discard_request_body() can't be called more than once

2002-06-03 Thread Greg Stein
On Sun, Jun 02, 2002 at 04:40:41PM -0700, Justin Erenkrantz wrote: This patch combined with the last few patches I've posted today allow chunked trailer support again and now passes all httpd-test cases. What we try to do is to ensure that ap_discard_request_body() is not called before the

[PATCH] ap_discard_request_body() can't be called more than once

2002-06-02 Thread Justin Erenkrantz
This patch combined with the last few patches I've posted today allow chunked trailer support again and now passes all httpd-test cases. What we try to do is to ensure that ap_discard_request_body() is not called before the handler accepts the request and begins generating the output. It is