Skip to content

Commit 169b4a6

Browse files
committed
Bail out earlier from retry list
1 parent cd816b6 commit 169b4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/src/http/client/curl/http_client_curl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ bool HttpClient::doRetrySessions()
818818
}
819819
else
820820
{
821-
++retry_it;
821+
break;
822822
}
823823
}
824824

0 commit comments

Comments
 (0)