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

Don't set low speed limits for curl #914

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

grissiom
Copy link
Contributor

@grissiom grissiom commented Jan 8, 2017

On some country, the network might be very slow occasionally. Setting
"low speed limit" and "low speed time" will make rustup fail nearly all
the time. Removing the settings will make rustup work on the unstable
networks.

This fixed #902 .

On some country, the network might be very slow occasionally. Setting
"low speed limit" and "low speed time" will make rustup fail nearly all
the time. Removing the settings will make rustup work on the unstable
networks.

This fixed rust-lang#902 .
@brson
Copy link
Contributor

brson commented Jan 24, 2017

OK, let's give it a shot. Thanks!

@brson brson merged commit d09b775 into rust-lang:master Jan 24, 2017
@NeoLegends
Copy link

How about a new cli flag to handle these cases? If one gets below these limits in countries with good internet, there most certainly is something wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

curl timeout on one package cause the overall install fail
3 participants