NAME
Apache2::Controller::Log::DetectAbortedConnection - helper handler for detecting cancelled connections to the client.
DESCRIPTION
You don't need to use this handler.
This is pushed internally by Apache2::Controller::Session to detect in the PerlLogHandler phase if the connection has been broken to the client before the server closes the connection.
FUNCTIONS
handler
Sets <$r-
notes->{_a2c_connection_aborted}>> with the boolean results of <$r-
connection->aborted()>> and returns.
SEE ALSO
AUTHOR
Mark Hedges, <hedges at scriptdolphin.org>
COPYRIGHT & LICENSE
Copyright 2008 Mark Hedges, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.