http://qs321.pair.com?node_id=1038713


in reply to Re^2: LWP 500 Internal response read timeout
in thread LWP 500 Internal response read timeout

There were some issues with certain version of Net::HTTP and chunked responses.

-derby
  • Comment on Re^3: LWP 500 Internal response read timeout

Replies are listed 'Best First'.
Re^4: LWP 500 Internal response read timeout
by vhn2000 (Initiate) on Jun 13, 2013 at 18:03 UTC
    OK, so do you have any workaround or link or something to resolve this?
Re^4: LWP 500 Internal response read timeout
by vhn2000 (Initiate) on Jun 13, 2013 at 18:48 UTC
    I updated LWP::UserAgent, Net::HTTP to the latest:
    perl -MNet::HTTP -e 'print "$Net::HTTP::VERSION\n"' 6.06

    The timeout issue is still there.