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