>-----Original Message-----
>From: Perrin Harkins
>To: Alex Harper
>Cc: Daniel; [EMAIL PROTECTED]
>Sent: 10/1/01 11:35 PM
>Subject: Re: CGI.pm params not being cleared?
>
>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.

you know, I just tested this this afternoon - register_cleanup does push
handlers onto the stack.  however, I have read a few bug reports in the
archives that mention bugs along these lines - that sometimes the cleanup
phase seems to allow only one handler.  I know Randal mentioned it once, but
IIRC it was 2+ years ago...

FWIW

--Geoff

Reply via email to