Making AFHTTPRequestOperation.HTTPError atomic.
This commit is contained in:
parent
ac330c84c8
commit
e867c922a7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static void AFSwizzleClassMethodWithClassAndSelectorUsingBlock(Class klass, SEL
|
|||
@interface AFHTTPRequestOperation ()
|
||||
@property (readwrite, nonatomic, strong) NSURLRequest *request;
|
||||
@property (readwrite, nonatomic, strong) NSHTTPURLResponse *response;
|
||||
@property (readwrite, nonatomic, strong) NSError *HTTPError;
|
||||
@property (readwrite, strong) NSError *HTTPError;
|
||||
@end
|
||||
|
||||
@implementation AFHTTPRequestOperation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue