Alex Harper wrote:
> 
> Aha! That's where the problem lies. I had recently added:
>         PerlCleanupHandler +Apache::Sizelimit
> 
> to my httpd.conf. I placed it there so the sizelimit would be enforced
> post-request. Removing the line fixed my problem.

Whoa!  This could be bad.  Apache::SizeLimit calls
$r->post_connection().  Is that replacing existing cleanup handlers?  I
thought post_connection()/register_cleanup() pushed handlers on the
stack rather than replacing them.

- Perrin

Reply via email to