Closed schmidt9 closed 6 years ago
Error message:
-[NSURLResponse statusCode]: unrecognized selector sent
Suggested fix:
if(httpResponse != nil && [httpResponse respondsToSelector:@selector(statusCode:)] && httpResponse.statusCode >= 400) { NSLog(@"CACHE Do not cache error %li page for: %@", (long)httpResponse.statusCode, request.URL); return; }
I made this change in the Objective C branch
I don't see any changes
hmm... I forgot to sync. It should be updated now.
Error message:
Suggested fix: