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 695f641 commit d22a226Copy full SHA for d22a226
QiniuSDK/Http/Request/QNHttpSingleRequest.m
@@ -106,7 +106,7 @@ - (void)retryRequest:(NSURLRequest *)request
106
}
107
return isCancelled;
108
};
109
- NSLog(@"== Single:%@", request.URL);
+
110
[self.client request:request connectionProxy:self.config.proxy progress:^(long long totalBytesWritten, long long totalBytesExpectedToWrite) {
111
kQNStrongSelf;
112
0 commit comments