# File lib/cgi.rb, line 1124
      def print(data)
        if @morph_check && (@cur_size + data.size > @threshold)
          convert_body
        end
        @body.print data
      end