issues
search
drbrain
/
net-http-persistent
Thread-safe persistent connections with Net::HTTP
http://seattlerb.rubyforge.org/net-http-persistent
339
stars
117
forks
source link
Two fixes for certain classes of idle connection timeout with SSL.
#5
Closed
raggi
closed
13 years ago
raggi
commented
13 years ago
Add retry protection for OpenSSL::SSL::SSLError
Move require of net/https to the top of the file. It's now a dependency.
skiz
commented
13 years ago
:+1: