You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by sp...@vancouver.yi.org on 2000/11/12 01:36:43 UTC

premature TCP termination

Hi,
I wonder if there is some sort of notification my module can receive if
the user has terminated HTTP transaction(ie dowloading of a search
result), by closing TCP link, or the Apache's connection has timed out... 
URLs, pointers would be excellent.
Thanks,
	Pavel


Re: premature TCP termination

Posted by Aaron Ross <ro...@coreference.com>.
at a time earlier than now, spam@vancouver.yi.org wrote:
> Hi,
> I wonder if there is some sort of notification my module can receive if
> the user has terminated HTTP transaction(ie dowloading of a search
> result), by closing TCP link, or the Apache's connection has timed out... 
> URLs, pointers would be excellent.

 see the Apache::Connection class...  $con->aborted() is what you want i 
 believe.

 Aaron