[Issue #77] Returning correct error ivar in AFHTTPRequestOperation -error
This commit is contained in:
parent
3040aafee9
commit
1de3d17548
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return [super error];
|
return _HTTPError;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BOOL)hasAcceptableStatusCode {
|
- (BOOL)hasAcceptableStatusCode {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue