Skip to content

Commit e048293

Browse files
committed
change host retry
1 parent c714337 commit e048293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QiniuSDK/Http/QNResponseInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ - (BOOL)couldRegionRetry{
250250
}
251251

252252
- (BOOL)couldHostRetry{
253-
if ([self isNotQiniu] || ![self couldRegionRetry] == NO
253+
if ([self isNotQiniu] || ![self couldRegionRetry]
254254
|| _statusCode == 502 || _statusCode == 503 || _statusCode == 571 || _statusCode == 599) {
255255
return NO;
256256
} else {

0 commit comments

Comments
 (0)