more details about delegate call with -1 NSURLResponseUnknownLength

This commit is contained in:
Fabrice Aneche 2014-01-06 16:22:07 -08:00
parent 056e1e6562
commit 765a897120
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
{
if (self.progressBlock)
{
self.progressBlock(0, -1);
self.progressBlock(0, NSURLResponseUnknownLength);
}
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self];