in reply to Re^2: Concurrent LWP usage (aka: LWP::PUA?)
in thread Parallel LWP usage
Quote:
I think the module can be fixed very simply by commenting out two lines.
These are lines 1496 and 1497 of LWP/Parallel/UserAgent.pm.# $protocol->parse_head($parse_head); # $protocol->max_size($max_size);
|
|---|