# File lib/mongrel.rb, line 349 def[]=(key,value) if not @sent.has_key?(key) or @allowed_duplicates.has_key?(key) @sent[key] = true @out.write(Const::HEADER_FORMAT % [key, value]) end end