aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-ConnCache-MaxKeepAliveRequests
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.33Steve Wills2012-03-172-3/+3
| | | | | | | | | PR: ports/165823 Approved by: glarkin (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293477
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fixed incorrect WWW: tagGreg Larkin2009-05-141-1/+1
| | | | Notes: svn path=/head/; revision=233907
* Fix packaging on perl 5.10Sergey Skvortsov2009-03-141-2/+2
| | | | Notes: svn path=/head/; revision=230084
* LWP::UserAgent is the default module for issuing HTTP requests fromGreg Larkin2009-02-044-0/+43
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-UserAgent-Determined/ Notes: svn path=/head/; revision=227616