Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: SOAP::Lite incompatible usage of HTTP::Headers

by Ross_flyingcat (Initiate)
on Apr 11, 2013 at 12:24 UTC ( [id://1028134]=note: print w/replies, xml ) Need Help??


in reply to Re: SOAP::Lite incompatible usage of HTTP::Headers
in thread SOAP::Lite incompatible usage of HTTP::Headers

I met with exactly the same problem. Changing line 103 of SOAP/Transport/HTTP2.pm to below can fix the symptom.

$self->request(HTTP::Request->new( $r->method() => $r->uri, HTTP::Headers->new(%$r->headers_in), do { my ($c,$buf); while ($r->read($buf,$cl)) { $c.=$buf; } $c; } ));
looks like a bug.

Replies are listed 'Best First'.
Re^3: SOAP::Lite incompatible usage of HTTP::Headers
by mgage (Initiate) on May 18, 2014 at 22:44 UTC
    I see the same bug also. For me it just became apparent as the site I work on switched from perl 5.12 to perl 5.16. (Possibly why the bug was not more widely reported.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1028134]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 23:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found