evdb / HTTP-Async

process multiple HTTP requests in parallel without blocking
http://search.cpan.org/dist/HTTP-Async/lib/HTTP/Async.pm
8 stars 14 forks source link

Pass the 'timeout' option to where it matters. #9

Closed acferen closed 9 years ago

acferen commented 9 years ago

Fixes https://rt.cpan.org/Public/Bug/Display.html?id=33071

This fix was proposed about 6 years ago. I have implemented it locally and it is working.

kaoru commented 9 years ago

Thank you!! I took over maintenance of HTTP::Async but I have to admit some of the internals still hurt my head a little ;-)