# File lib/rack/utils.rb, line 329
      def self.new(hash={})
        HeaderHash === hash ? hash : super(hash)
      end