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