in reply to LWP 500 read timeout
"Client-Warning: Internal response" indicates that LWP generated the error, rather than the server, and "500 read timeout" indicates that the HTTP request timed out on the client side. Try increasing the timeout, eg with $ua->timeout($seconds). The default appears to be 180.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP 500 read timeout
by Anonymous Monk on Jun 16, 2010 at 09:09 UTC | |
by Anonymous Monk on Jun 16, 2010 at 09:42 UTC |