# File lib/bundler/fetcher.rb, line 68
    def initialize(remote)
      @remote = remote

      Socket.do_not_reverse_lookup = true
      connection # create persistent connection
    end