# File lib/aws/core/response.rb, line 163 def safe_to_retry? @http_request.body_stream.nil? or @http_request.body_stream.respond_to?(:rewind) end