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