Fix fucked-up merge

This commit is contained in:
Olivier Poitrey 2012-11-05 20:04:58 +01:00
parent 8a55d97fc9
commit d85d5833af
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ NSString *const kCompletedCallbackKey = @"completed";
{
// In order to prevent from potential duplicate caching (NSURLCache + SDImageCache) we disable the cache for image requests
NSMutableURLRequest *request = [NSMutableURLRequest.alloc initWithURL:url cachePolicy:NSURLCacheStorageNotAllowed timeoutInterval:15];
NSMutableURLRequest *request = [NSMutableURLRequest.alloc initWithURL:url cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:15];
request.HTTPShouldHandleCookies = NO;
request.HTTPShouldUsePipelining = YES;
[request addValue:@"image/*" forHTTPHeaderField:@"Accept"];