# File lib/mechanize/http/agent.rb, line 461 def disable_keep_alive request request['connection'] = 'close' unless @keep_alive end