class Excon::Connection

def reset

def reset
  (old_socket = sockets.delete(socket_key)) && old_socket.close
end