Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Fabrice Aneche
2014-01-06 16:22:07 -0800
Commit
765a89712062c62c759e0931a2e9c977ed912588
1 parent
056e1e65
more details about delegate call with -1 NSURLResponseUnknownLength
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDWebImageDownloaderOperation.m
SDWebImage/SDWebImageDownloaderOperation.m
View file @
765a897
...
...
@@ -94,7 +94,7 @@
{
if
(
self
.
progressBlock
)
{
self
.
progressBlock
(
0
,
-
1
);
self
.
progressBlock
(
0
,
NSURLResponseUnknownLength
);
}
[[
NSNotificationCenter
defaultCenter
]
postNotificationName
:
SDWebImageDownloadStartNotification
object
:
self
];
...
...
Please
register
or
login
to post a comment