mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-03 09:45:10 +08:00
* Updates YAJL Parser not to raise an exception and crash when it encounters invalid JSON. The other parsers need to be aligned with this behavior and the delegate methods updated. See Pivotal Story: https://www.pivotaltracker.com/story/show/11925617 * Added requestDidCancel: delegate invocation for tracking cancellation of requests. * Ensure that the request queue timer is cleared during indeterminate deferral of request loads.