# File lib/httpclient/session.rb, line 346
    def initialize(socket, *args)
      super(*args)
      @socket = socket
    end