Subject: | Net::HTTP 500 readtimeout |
Date: | Thu, 13 Jun 2013 19:05:37 +0000 |
To: | "bug-Net-HTTP [...] rt.cpan.org" <bug-Net-HTTP [...] rt.cpan.org> |
From: | "Nguyen, Vinh" <vinh.nguyen [...] hp.com> |
http://www.perlmonks.org/?node_id=1038388
For some reason, I'm getting timeout when trying to consume a Restful webservice. There's no proxy issue or login because I was able to write a php snipplet and consume the webservice on the same machine. The web server is sending responses in "chunked".
It all boiled down to the line 257 on Net::HTTP::Methods.