[Issue #77] Returning correct error ivar in AFHTTPRequestOperation -error

This commit is contained in:
Mattt Thompson 2011-10-18 10:56:35 -05:00
parent 3040aafee9
commit 1de3d17548

View file

@ -70,7 +70,7 @@
} }
} }
return [super error]; return _HTTPError;
} }
- (BOOL)hasAcceptableStatusCode { - (BOOL)hasAcceptableStatusCode {