Skip Menu |

This queue is for tickets about the Net-HTTP CPAN distribution.

Report information
The Basics
Id: 86119
Status: resolved
Priority: 0/
Queue: Net-HTTP

People
Owner: Nobody in particular
Requestors: vinh.nguyen [...] hp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.