# File lib/http-access2.rb, line 1129
  def read(*args)
    str = super
    @debug_dev << str if str
    str
  end