Skip to content

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

Closed
@kennytm

Description

@kennytm

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions