On Thu, Jun 30, 2011 at 3:13 AM, Sorin Manolache <[email protected]> wrote:
> > At the end of the request processing chain, apache places a function > > that clears the request body. > > (ap_finalize_request_protocol->ap_discard_request_body). > > > > Your inut filter should place an EOS bucket in the brigade or return > > something else than APR_SUCCESS in this second invocation. > > Or it should remove itself from the filter chain after the first > invocation (in the handler). I haven't tried this one. > > S > Even if I remove my input filter after first invocation, there are still others that are called to process the request input. Which I don't think should happen but have not been able to figure out why (yet).
