csirtgadgets / LWPx-ParanoidAgent

LWPx-ParanoidAgent
http://search.cpan.org/dist/LWPx-ParanoidAgent
3 stars 9 forks source link

Proper fix for issue #4 #12

Closed hillu closed 10 years ago

hillu commented 10 years ago

It turns out that Net::HTTP::read_entity_body's documentation is not 100% accurate: When used with IO::Socket::SSL, it may return undef and set $! to EAGAIN if "no data could be returned this time". (This is pretty much what one would expect from a UNIX-like API, anyway.)