NSURLCache and Byte Ranges

It's been 3+ years since this thread: https://developer.apple.com/forums/thread/92119

Has there been any update to NSURLCache caching the partial data for requests? i.e. a cache sharing a non-byte range response for a data chunk that doesn't match the newer desired range?

Does NSURLCache still ignore byte ranges on storage/fetching?

Thanks

Has there been any update to NSURLCache caching the partial data for
requests?

Not to NSURLCache but there has been a mitigation applied to NSURLSession. I’ve updated that post with the details.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
NSURLCache and Byte Ranges
 
 
Q