[Issue #379] Fixing AFHTTPRequestOperation +canProcessRequest:
This commit is contained in:
parent
16dc57c1fa
commit
2b2317907e
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ NSString * AFCreateIncompleteDownloadDirectoryPath(void) {
|
|||
}
|
||||
|
||||
+ (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