mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
10 lines
360 B
Perl
10 lines
360 B
Perl
--- lib/LWP/Parallel/UserAgent.pm.orig 2016-05-29 14:13:43 UTC
|
|
+++ lib/LWP/Parallel/UserAgent.pm
|
|
@@ -1517,7 +1517,6 @@ sub init_request {
|
|
|
|
# Transfer some attributes to the protocol object
|
|
$protocol->can('parse_head') ?
|
|
- $protocol->parse_head($parse_head) :
|
|
$protocol->_elem('parse_head', $parse_head);
|
|
$protocol->max_size($max_size);
|
|
|