class Excon::Connection

def reset

def reset
  if old_socket = sockets.delete(@socket_key)
    old_socket.close rescue nil
  end
end