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 32030a2 commit 17b16edCopy full SHA for 17b16ed
sdk/src/client/ClientConfiguration.cc
@@ -81,6 +81,7 @@ bool DefaultRetryStrategy::shouldRetry(const Error & error, long attemptedRetrie
81
case (ERROR_CURL_BASE + 52): //CURLE_GOT_NOTHING
82
case (ERROR_CURL_BASE + 55): //CURLE_SEND_ERROR
83
case (ERROR_CURL_BASE + 56): //CURLE_RECV_ERROR
84
+ case (ERROR_CURL_BASE + 65): //CURLE_SEND_FAIL_REWIND
85
return true;
86
default:
87
break;
0 commit comments