diff options
Diffstat (limited to 'www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm')
-rw-r--r-- | www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm b/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm new file mode 100644 index 000000000000..7672d853f5ec --- /dev/null +++ b/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm @@ -0,0 +1,10 @@ +--- lib/LWP/Parallel/UserAgent.pm.orig 2009-03-04 10:33:02.000000000 +0800 ++++ lib/LWP/Parallel/UserAgent.pm 2009-03-04 10:33:08.000000000 +0800 +@@ -1494,7 +1494,6 @@ + $cookie_jar->add_cookie_header($request) if $cookie_jar; + + # Transfer some attributes to the protocol object +- $protocol->parse_head($parse_head); + $protocol->max_size($max_size); + + LWP::Debug::trace ("<- (undef". |