# File lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb, line 793 def connection_keep_alive? header header['connection'] =~ /keep-alive/ or header['proxy-connection'] =~ /keep-alive/ end