# File lib/httpclient/session.rb, line 453
    def readpartial(*args)
      str = super
      debug(str)
      str
    end