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 628a198 commit cf473dbCopy full SHA for cf473db
LeanplumSDK/LeanplumSDK/Classes/Managers/Networking/LPRequestSender.m
@@ -283,6 +283,7 @@ - (void)sendRequests
283
// Retry on 500 and other network failures.
284
NSInteger httpStatusCode = completedOperation.HTTPStatusCode;
285
if (httpStatusCode == 408
286
+ || httpStatusCode == 429
287
|| (httpStatusCode >= 500 && httpStatusCode < 600)
288
|| err.code == NSURLErrorBadServerResponse
289
|| err.code == NSURLErrorCannotConnectToHost
0 commit comments