| Apache2::ASP::Mock::ClientSocket - Mimics the APR::Socket object |
Apache2::ASP::Mock::ClientSocket - Mimics the APR::Socket object
my $socket = $Response->context->connection->client_socket; $socket->close();
This package mimics the the APR::Socket manpage object in a normal mod_perl2 environment, and is used by the Apace2::ASP::API manpage.
Pretends to close the current connection.
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html to submit bug reports.
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
John Drago <jdrago_999@yahoo.com>
Copyright 2008 John Drago. All rights reserved.
This software is Free software and is licensed under the same terms as perl itself.
| Apache2::ASP::Mock::ClientSocket - Mimics the APR::Socket object |