How to make LWP::User agent enforce limits on cache http connection?
Limits like:
- maximum requests per TCP connection
- maximum duration of keeping TCP connection
Hint where to hook my code would be helpful. It is mainly “time saving” request.
How to make LWP::User agent enforce limits on cache http connection?
Limits like:
Hint where to hook my code would be helpful. It is mainly “time saving” request.