We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11541 commit e05ddf1Copy full SHA for e05ddf1
provider/retry.go
@@ -53,7 +53,7 @@ func shouldRetry(response oci_common.OCIOperationResponse, disableNotFoundRetrie
53
if disableAutoRetries {
54
return false
55
}
56
- if response.Response == nil {
+ if response.Response == nil || response.Response.HTTPResponse() == nil {
57
58
59
0 commit comments