diff --git a/Source/NSURL.m b/Source/NSURL.m index 52454f48b..1eb5aacf7 100644 --- a/Source/NSURL.m +++ b/Source/NSURL.m @@ -1577,7 +1577,7 @@ static NSUInteger urlAlign; - (void) loadResourceDataNotifyingClient: (id)client usingCache: (BOOL)shouldUseCache { - NSURLHandle *handle = [self URLHandleUsingCache: YES]; + NSURLHandle *handle = [self URLHandleUsingCache: shouldUseCache]; NSData *d; if (shouldUseCache == YES && (d = [handle availableResourceData]) != nil)