# File lib/bundler/fetcher/downloader.rb, line 7
      def initialize(connection, redirect_limit)
        @connection = connection
        @redirect_limit = redirect_limit
      end