Re: LWP hangs forever with get
Victor Efimov <[email protected]> Wed, 21 May 2014 23:37:22 +0400
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <CAF7QZD4uPjUq5jxsdqCpVfSmywzSBriAcfqieU9To8B7cGZLRg@mail.gmail.com> |
2014-05-21 16:12 GMT+04:00 Daniel de Oliveira Mantovani <[email protected]>: > Hi, Jesper. It's happen because it should happen. You don't have the > error because you are not handle error. > > This happen because LWP has a timeout to wait the server response, > after this timeout it will return a timeout error. In your case, you > don't handle the error the only stuff you get is nothing. But that fact that LWP has timeout, means it _should_ _not_ _hang forever_