문제

I'm creating my own NSURLProtocol with a caching system and I'm seeing this on the console:

4676: CFNetwork internal error (0xc01a:/SourceCache/CFNetwork_Sim/CFNetwork-609.1.4/Connection/URLConnectionClient.cpp:558

Any idea what is causing this?

There's no indication that any of the traffic is not being handled correctly at the current point where this shows up. The response is cached, the server sends back 304 not modified and I load the cached response and then while stepping out another thread logs that error.

올바른 솔루션이 없습니다

다른 팁

For me its was appear when I forgot set

setHTTPMethod:

For NSMutableURLRequest

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top