class Excon::Connection

def initialize(url)

def initialize(url)
  @uri = URI.parse(url)
  reset_socket
end