# File lib/excon/connection.rb, line 201
    def reset
      (old_socket = sockets.delete(@socket_key)) && old_socket.close
    end