# File lib/net/http/persistent.rb, line 325
  def can_retry? req
    retry_change_requests or idempotent?(req)
  end