freebsd-ports/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr
Alexey Dokuchaev 583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00

8 lines
462 B
Text

LWP::UserAgent is the default module for issuing HTTP requests from
Perl. It has a keep_alive setting which by default allows unlimited
requests to the same server. Some servers will disconnect you after
a limited number of requests (in Apache 2 this is achieved with the
MaxKeepAliveRequests directive). This module allows you to limit
the maximum number of keep alive requests to a server.
WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/