# File lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb, line 785 def connection_close? header header['connection'] =~ /close/ or header['proxy-connection'] =~ /close/ end