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