rs / SDURLCache

URLCache subclass with on-disk cache support on iPhone/iPad
MIT License
798 stars 247 forks source link

iOS 5 NSCachedURLResponse data leak #30

Closed bogardon closed 12 years ago

bogardon commented 12 years ago

See

https://github.com/steipete/SDURLCache/issues/7

for more details.

rs commented 12 years ago

If this is a iOS 5 only issue and if — as stated in the issue — iOS 5's NSURLCache now handles on-disk caching, why not to make SDURLCache a no-op at runtime on this platform instead of this fix?

bogardon commented 12 years ago

I guess that's up to you.

steveriggins commented 12 years ago

is this a real issue? We are seeing leaks around NSURLCachedResponse as well

bogardon commented 12 years ago

@geeksrus I assure this issue is very, very real. Please follow the link in the original post for more information.