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 c714337 commit e048293Copy full SHA for e048293
QiniuSDK/Http/QNResponseInfo.m
@@ -250,7 +250,7 @@ - (BOOL)couldRegionRetry{
250
}
251
252
- (BOOL)couldHostRetry{
253
- if ([self isNotQiniu] || ![self couldRegionRetry] == NO
+ if ([self isNotQiniu] || ![self couldRegionRetry]
254
|| _statusCode == 502 || _statusCode == 503 || _statusCode == 571 || _statusCode == 599) {
255
return NO;
256
} else {
0 commit comments