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
Marco Meschini
2015-06-24 09:58:19 +0100
Commit
e622b290c93935fd6107dac784fe7bdd9d9711a1
1 parent
26698f9d
fix directive
apologies. yeah, #elseif was quite inappropriate for this case
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDWebImageDownloader.m
SDWebImage/SDWebImageDownloader.m
View file @
e622b29
...
...
@@ -69,7 +69,7 @@ static NSString *const kCompletedCallbackKey = @"completed";
_URLCallbacks
=
[
NSMutableDictionary
new
];
#ifdef SD_WEBP
_HTTPHeaders
=
[
@
{
@"Accept"
:
@"image/webp,image/*;q=0.8"
}
mutableCopy
];
#else
if
#else
_HTTPHeaders
=
[
@
{
@"Accept"
:
@"image/*;q=0.8"
}
mutableCopy
];
#endif
_barrierQueue
=
dispatch_queue_create
(
"com.hackemist.SDWebImageDownloaderBarrierQueue"
,
DISPATCH_QUEUE_CONCURRENT
);
...
...
Please
register
or
login
to post a comment