class Protocol::HTTP::Headers
def initialize_dup(other)
Initialize a copy of the headers.
def initialize_dup(other) super @fields = @fields.dup @indexed = @indexed.dup end
def initialize_dup(other) super @fields = @fields.dup @indexed = @indexed.dup end