blob: 12c1753453e0d97b8ea6ddbc14fa376dd244f13f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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);
|