Document Revision History

This table describes the changes to CustomHTTPProtocol.

DateNotes
2014-08-20

Changed the protocol to use NSURLSession for its recursive requests. This works around a deadlock issue (r. 17342579) and makes the code more future proof. There were also numerous other minor changes.

2013-08-22

An NSURLProtocol subclass that intercepts the connections made by a web view.