Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fixed a crash in AFURLSessionManager when resuming download tasks #3222

Merged
merged 1 commit into from Dec 14, 2015
Merged

Fixed a crash in AFURLSessionManager when resuming download tasks #3222

merged 1 commit into from Dec 14, 2015

Conversation

lembacon
Copy link
Contributor

As long as there is already a downloadTaskDidResume block, this invocation should be removed.

…thod `-URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:`. As long as there is already a `downloadTaskDidResume` block, this invocation should be removed.
@lembacon 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
@codecov-io
Copy link

Current coverage is 64.02%

Merging #3222 into master will increase coverage by +0.13% as of 15f3870

@@            master   #3222   diff @@
======================================
  Files            5       5       
  Stmts         3030    3027     -3
  Branches         0       0       
  Methods                          
======================================
+ Hit           1936    1938     +2
  Partial          0       0       
+ Missed        1094    1089     -5

Review entire Coverage Diff as of 15f3870

Powered by Codecov. Updated on successful CI builds.

@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 kcharwood added this to the 3.0.2 milestone 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 merged commit ae28b51 into AFNetworking:master Dec 14, 2015
@kcharwood
Copy link
Contributor

Thanks!

@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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants