Am Sa 28. Jan 2012, 02:57:58, vindex schrieb:
Show quoted text> I have a web scraping script that uses https hosts and it hangs after a
> while. A "perl -d:Trace script" gives me this output after a while and
> it seems to loop until I CTRL-C it.
>
> Please see attached output.
Hi,
Given the output it looks like Net::HTTP::Methods does a kind of busy
waiting on a non-blocking socket (wait 0.1 seconds, then try
to read again) while trying to read data, which the peer does not send.
It looks like, that there is simply a server, which keeps the connection
open while not sending any data.
This might be a problem with the server or an error in your script or
Net::HTTP::Methods or whatever, but has nothing to do with
IO::Socket::SSL.
Therefore I reject the bug.
Regards,
Steffen