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

Finalize dorszman's work on SSL async connection establishment #23

Open anall opened 5 years ago

anall commented 5 years ago

This includes a test that fails without this change in place (a server that delays calling accept)

Pull request #20 failed on non-SSL connections -- they wouldn't even time out.