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 3e227bb commit d7f6710Copy full SHA for d7f6710
QiniuSDK/Http/QNResponseInfo.m
@@ -81,7 +81,6 @@ - (instancetype)init:(int)status
81
_host = [host copy];
82
_duration = duration;
83
if (status != 200) {
84
- _serverIp = [QNDns getAddressesString:host];
85
if (body == nil) {
86
_error = [[NSError alloc] initWithDomain:domain code:_statusCode userInfo:nil];
87
}
0 commit comments