On Fri, 2005-10-14 at 17:32 -0400, Richard F. Rebel wrote: > I have been noticing that PerlCleanupHandlers are not called when a user > pressed the STOP button in their browser before the page is downloded.
Yes it is, but not until the request is actually completed. If you want to stop your handler from trying to continue the request if the connection has been cut, there is info in the docs on how to do that. - Perrin