read timeout at /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/http.pm line 426. at /usr/lib/perl5/site_perl/5.8.8/LWP/UserAgent.pm line 844
Anyone knows?
Anyone knows?
| |||
|
feedback
|
|
LWP does continue on with the next statement on timeout. Specifically, it returns an HTTP::Response object with a 5xx error code.
| |||
|
feedback
|
|
Just continue what? If you want to disable timing out, just call To prevent the exception from ending your process, wrap the code in an But I'm curious to know how you are getting the exception you show; using LWP in the normal way will already catch that exception and return an error response, allowing your code to continue. Show your code if you want help. | |||||||||||
feedback
|