[Issue #379] Fixing AFHTTPRequestOperation +canProcessRequest:
This commit is contained in:
parent
b4406a3d03
commit
7fda89e4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ static id AFStaticClassValueImplementation(id self, SEL _cmd) {
|
|||
}
|
||||
|
||||
+ (BOOL)canProcessRequest:(NSURLRequest *)request {
|
||||
if (![[self class] isEqual:[AFHTTPRequestOperation class]]) {
|
||||
if ([[self class] isEqual:[AFHTTPRequestOperation class]]) {
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue