★ wanayoo — archive 1999 https://github.com/AFNetworking/AFNetworking/pull/3222Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a crash in `AFURLSessionManager` when resuming download tasks #3222

Merged
merged 1 commit into from Dec 14, 2015

Conversation

@lembacon
Copy link
Contributor

@lembacon lembacon commented Dec 14, 2015

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

@codecov-io codecov-io commented Dec 14, 2015

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
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@kcharwood
Copy link
Contributor

@kcharwood kcharwood commented Dec 14, 2015

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 lembacon:fix-unrecognized-selector branch Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.