# File lib/facets/more/httpaccess.rb, line 1067
  def read(*args)
    str = @ssl_socket.read(*args)
    @debug_dev << str if @debug_dev
    str
  end