This commit is contained in:
Geoffrey Goh
2015-11-13 11:26:24 -08:00
parent b9f3b25c48
commit 44d90db5a3

View File

@@ -54,7 +54,7 @@ failCallback:(void (^)(NSError *err))failCallback {
}
bytesLeft -= bytesWritten;
} while (bytesLeft>0);
} while (bytesLeft > 0);
self.progressCallback(self.expectedContentLength, self.receivedContentLength);