mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-15 17:08:04 +08:00
finalizeLoad:error: call added in handleResponseError thus avoiding non finalized requests when receiving 40x HTTP response to requests.
This commit is contained in:
@@ -289,6 +289,7 @@
|
||||
}
|
||||
|
||||
[(NSObject<RKObjectLoaderDelegate>*)_delegate objectLoader:self didFailWithError:error];
|
||||
[self finalizeLoad:NO error:error];
|
||||
}
|
||||
|
||||
#pragma mark - RKRequest & RKRequestDelegate methods
|
||||
|
||||
Reference in New Issue
Block a user