class Gem::Net::HTTP::Persistent

def shutdown

def shutdown
  @pool.shutdown { |http| http.finish }
end