AFDownloadRequestOperation icon indicating copy to clipboard operation
AFDownloadRequestOperation copied to clipboard

A progressive download operation for AFNetworking.

Results 4 AFDownloadRequestOperation issues
Sort by recently updated
recently updated
newest added

Changing import to allow AFDownloadRequestOperation to be built as a framework.

found if i got wrong url, the failureBlock cannot callback. because of the self.error is set by super.responseObject.

This method was not implemented so caused a compiler error

I'm using `AFDownloadRequestOperation` on my project, but when it receives 416 HTTP status (Requested Range Not Satisfiable), the success block is being called. So I created this fix: every time...