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