Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storeCachedResponse:forRequest: not called all the time #22

Open
aherlambang opened this issue Jan 27, 2012 · 4 comments
Open

storeCachedResponse:forRequest: not called all the time #22

aherlambang opened this issue Jan 27, 2012 · 4 comments

Comments

@aherlambang
Copy link

This might be just my lack of understanding of how this method works, but is this always to be called all the time when I load a web page with resources in it or is there a constraint that made this not getting called.

  • (void)storeCachedResponse:(NSCachedURLResponse *)cachedResponse forRequest:(NSURLRequest *)request
@mikeger
Copy link

mikeger commented Jan 30, 2012

I have same issue, I think it is iOS5-specific problem because we can reproduce it only on iOS5.

This method just does not called by connection :(

@MPiccinato
Copy link

Anyone have an update for this? Trying to get this to work with Nimbus's NINetworkImageView.

@mikeger
Copy link

mikeger commented Mar 5, 2012

What we figured out is only fix available is to implement custom NSProtocol over CF http implementation. Tough task.

@punayKimberly
Copy link

does anyone have worked this around already? I had the same issue encountered, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants