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

Support download continuation (similar to curl -C -) #750

Closed
kennytm opened this issue Oct 9, 2016 · 2 comments
Closed

Support download continuation (similar to curl -C -) #750

kennytm opened this issue Oct 9, 2016 · 2 comments

Comments

@kennytm
Copy link
Member

kennytm commented Oct 9, 2016

When you use rustup update to update a channel, all components must be downloaded successfully in order for the update to complete. If any component failed to download, the whole channel will fail as well. Therefore, on an unstable network, it is basically impossible to update.

A better option is to save the partially downloaded data. This way even if the download was interrupted, the user could still resume.


$ rustup -V
rustup 0.6.3 (a0e2132 2016-08-28)
@jelford
Copy link
Contributor

jelford commented May 7, 2017

@kennytm I think this should be fixed by #958 & #1020 which move download staging to a persistent directory and support resumption. Does that more or less fit the bill?

@kennytm
Copy link
Member Author

kennytm commented May 7, 2017

Yes. Thanks 😊

@kennytm kennytm closed this as completed May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants