freebsd-ports/www/p5-ParallelUA/files/patch-lib-LWP-Parallel-UserAgent.pm
Andrey A. Chernov ffa70c30c5 Fix functionality with latest p5-libwww
PR:             132298
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
2009-03-30 19:41:08 +00:00

10 lines
403 B
Perl

--- 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".