# File lib/faraday/utils.rb, line 20
      def initialize_copy(other)
        super
        @names = other.names.dup
      end