class Gem::Net::HTTP::Persistent::Connection

def finish

def finish
  @http.finish
rescue IOError
ensure
  reset
end