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

rustup download times out when running in Wine #2158

Open
djc opened this issue Mar 6, 2024 · 0 comments
Open

rustup download times out when running in Wine #2158

djc opened this issue Mar 6, 2024 · 0 comments
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.

Comments

@djc
Copy link
Contributor

djc commented Mar 6, 2024

Original issue: rust-lang/rustup#3689.

rustup has two download backends, one based on curl and one based on reqwest:

https://github.com/rust-lang/rustup/blob/master/download/src/lib.rs

(Right now, the curl-based backend is the default. We'd like to switch that to reqwest in the future.)

@seanmonstar seanmonstar added pr-welcome The feature is welcome to be added, instruction should be found in the issue. needs-more-info More information is required to understand the issue. labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.
Projects
None yet
Development

No branches or pull requests

2 participants