HTTP-Daemon-Threaded

 view release on metacpan or  search on metacpan

lib/HTTP/Daemon/Threaded/WebClient.pm  view on Meta::CPAN

	return 1;
}

=pod

=begin classdoc

Handles a socket event. Accumulates a client request, parses it,
and then dispatches to the associated URL handler. Only a single
client request is handled, but the connection may be retained
indefinitely (for HTTP 1.1 Connection: keepalive clients).

@param $fd	the HTTP::Daemon::Threaded::Socket object on which the event occured

@return		the object

=end classdoc

=cut

sub handleSocketEvent {



( run in 1.614 second using v1.01-cache-2.11-cpan-71847e10f99 )