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