class Puma::Util::HeaderHash

def merge(other)

def merge(other)
  hash = dup
  hash.merge! other
end