# File lib/bundler/parallel_workers/unix_worker.rb, line 17
      def initialize(size, job)
        # Close the persistent connections for the main thread before forking
        Net::HTTP::Persistent.new('bundler', :ENV).shutdown
        super
      end