# File lib/mongrel.rb, line 339
339:     def initialize(out)
340:       @sent = {}
341:       @allowed_duplicates = {"Set-Cookie" => true, "Set-Cookie2" => true,
342:         "Warning" => true, "WWW-Authenticate" => true}
343:       @out = out
344:     end