-
Notifications
You must be signed in to change notification settings - Fork 247
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
Comments
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 :( |
Anyone have an update for this? Trying to get this to work with Nimbus's NINetworkImageView. |
What we figured out is only fix available is to implement custom NSProtocol over CF http implementation. Tough task. |
does anyone have worked this around already? I had the same issue encountered, too. |
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.
The text was updated successfully, but these errors were encountered: