more details about delegate call with -1 NSURLResponseUnknownLength
This commit is contained in:
parent
056e1e6562
commit
765a897120
|
|
@ -94,7 +94,7 @@
|
|||
{
|
||||
if (self.progressBlock)
|
||||
{
|
||||
self.progressBlock(0, -1);
|
||||
self.progressBlock(0, NSURLResponseUnknownLength);
|
||||
}
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadStartNotification object:self];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue