AFDownloadRequestOperation
AFDownloadRequestOperation copied to clipboard
Removed response serializer validate call
This method was not implemented so caused a compiler error
Didn't someone else just add this PR? I'm just using NSURLSession
so not really maintaining this anymore.
@steipete what do you mean under PR, can you clarify please?) So, do you recommend to avoid using this component due to lack of support any more?
It still works - I just generally recommend to use NSURLSession
unless you need iOS 5/6 support.
@steipete I use ios 7+ deployment target, so thank you for the advice. I think I will migrate to NSURLSession.