Open firesteps opened 10 years ago
In MKNetworkOperation.m
- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { //... [stream write:&dataBuffer[0] maxLength:[data length]];
return -1 if error occurs. Error occurs for example when file downloading in background (applicationDidEnterBackground:).
In MKNetworkOperation.m
return -1 if error occurs. Error occurs for example when file downloading in background (applicationDidEnterBackground:).