On Fri, 21 Jun 2002, Ask Bjoern Hansen wrote:

> On Thu, 20 Jun 2002, Lupe Christoph wrote:
> 
> [...]
> > Sorry that is not the answer to my question - the question is if my
> > code gets a chance to do *anything*, or will the httpd code just
> > crash at a later time? It does not crash like a non-mod_perl httpd.
> 
> I believe it only crashes when using the default handler.  Don't
> count on it though; there is plenty of obscure ways this issues has
> been biting us already.

I think not only default handler.
If you return 404 or some another error and keepalive is enabled
then Apache calls ap_discard_request_body() and start to read chunked body.

Second way is to send wrong 'Expect' header - Apache again
calls ap_discard_request_body().

Igor Sysoev
http://sysoev.ru

Reply via email to