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