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