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

feat(download-backend)!: make reqwest/rustls the new default #3798

Merged
merged 2 commits into from
May 6, 2024

Conversation

rami3l
Copy link
Member

@rami3l rami3l commented Apr 30, 2024

Part of #3790.


This PR has also fixed the weird business logic where RUSTUP_USE_CURL=0 actually instructs Rustup to use the curl backend, which might surprise many people including myself and @fh-igd-mueller-roemer from #3791 (comment).

A more ideal solution OTOH would be borrowing from my previous work on clap-rs/clap#2664 (Aha, dots connected!), however I'm not sure about its interactions with our current process().var_os(). Maybe only the parsing part should be copied over.

@rami3l rami3l added this to the 1.28.0 milestone Apr 30, 2024
@rami3l rami3l requested a review from djc May 1, 2024 01:50
@rami3l rami3l added this pull request to the merge queue May 6, 2024
Merged via the queue into master with commit c7f5367 May 6, 2024
22 checks passed
@rami3l rami3l deleted the refactor/hello-rustls branch May 6, 2024 14:20
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.

None yet

2 participants