# File lib/cgi.rb, line 1117 def initialize(morph_threshold = 10240) @threshold = morph_threshold @body = @@small_buffer.call @cur_size = 0 @morph_check = true end