Fixed a crash in `AFURLSessionManager` when resuming download tasks by lembacon · Pull Request #3222 · AFNetworking/AFNetworking

@lembacon

…thod `-URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:`. As long as there is already a `downloadTaskDidResume` block, this invocation should be removed.

@lembacon changed the title AFURLSessionManagerTaskDelegate does not respond to the instance method -URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:. As long as there is already a downloadTaskDidResume block, this invocation should be removed. AFURLSessionManagerTaskDelegate does not respond to the instance method -URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:.

Dec 14, 2015

@kcharwood kcharwood changed the title AFURLSessionManagerTaskDelegate does not respond to the instance method -URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:. Fixed crash in AFURLSessionManager when resuming download task.

Dec 14, 2015

kcharwood added a commit that referenced this pull request

Dec 14, 2015
Fixed crash in `AFURLSessionManager` when resuming download task.

@kcharwood kcharwood changed the title Fixed crash in AFURLSessionManager when resuming download task. Fixed a crash in AFURLSessionManager when resuming download task.

Dec 14, 2015

@kcharwood kcharwood changed the title Fixed a crash in AFURLSessionManager when resuming download task. Fixed a crash in AFURLSessionManager when resuming download tasks

Dec 14, 2015

@lembacon lembacon deleted the fix-unrecognized-selector branch

December 15, 2015 01:06