[Issue #238] Reverting change in AFHTTPRequestOperation -setCompletionBlockWithSuccess:failure: to once again have responseData be the response object
This commit is contained in:
parent
8d145b23d9
commit
2b6e44cf1d
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static NSString * AFStringFromIndexSet(NSIndexSet *indexSet) {
|
|||
} else {
|
||||
if (success) {
|
||||
dispatch_async(self.successCallbackQueue ? self.successCallbackQueue : dispatch_get_main_queue(), ^{
|
||||
success(self, self.responseString);
|
||||
success(self, self.responseData);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue