Authored by Fabrice Aneche

more details about delegate call with -1 NSURLResponseUnknownLength

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