# File lib/mongrel.rb, line 223 223: def initialize(socket) 224: @socket = socket 225: @body = StringIO.new 226: @status = 404 227: @header = HeaderOut.new(StringIO.new) 228: end