drbrain / net-http-persistent

Thread-safe persistent connections with Net::HTTP
http://seattlerb.rubyforge.org/net-http-persistent
339 stars 117 forks source link

Set socket options again after a connection reset #28

Closed cmaion closed 12 years ago

cmaion commented 12 years ago

Socket options are lost after a connection reset (e.g., SO_KEEPALIVE is lost when reseting connection). This patch fixes this.

travisbot commented 12 years ago

This pull request fails (merged 13e9e557 into 9f861792).