Skip to content

Commit 17b16ed

Browse files
committed
add CURLE_SEND_FAIL_REWIND into retryable error.
1 parent 32030a2 commit 17b16ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/client/ClientConfiguration.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ bool DefaultRetryStrategy::shouldRetry(const Error & error, long attemptedRetrie
8181
case (ERROR_CURL_BASE + 52): //CURLE_GOT_NOTHING
8282
case (ERROR_CURL_BASE + 55): //CURLE_SEND_ERROR
8383
case (ERROR_CURL_BASE + 56): //CURLE_RECV_ERROR
84+
case (ERROR_CURL_BASE + 65): //CURLE_SEND_FAIL_REWIND
8485
return true;
8586
default:
8687
break;

0 commit comments

Comments
 (0)