class Protocol::HTTP::Headers

def initialize_dup(other)

def initialize_dup(other)
	super
	
	@fields = @fields.dup
	@indexed = @indexed.dup
end