# File lib/httpclient/session.rb, line 283
    def gets(*args)
      str = @ssl_socket.gets(*args)
      debug(str)
      str
    end