Skip to content

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

Merged
rami3l merged 2 commits into
masterfrom
refactor/hello-rustls
May 6, 2024
Merged

feat(download-backend)!: make reqwest/rustls the new default#3798
rami3l merged 2 commits into
masterfrom
refactor/hello-rustls

Conversation

@rami3l

@rami3lrami3l commented Apr 30, 2024

Copy link
Copy Markdown
Member

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.

@rami3lrami3l added this to the 1.28.0 milestone Apr 30, 2024
@rami3l
rami3l requested a review from djcMay 1, 2024 01:50
djc
djc approved these changes May 1, 2024
@rami3l
rami3l added this pull request to the merge queue May 6, 2024
Merged via the queue into master with commit c7f5367May 6, 2024
@rami3l
rami3l deleted the refactor/hello-rustls branch May 6, 2024 14:20
@rami3lrami3l mentioned this pull request Oct 6, 2024
3 tasks
@lvzhenbolvzhenbo mentioned this pull request Mar 4, 2025
2 tasks
Sign up for freeto 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.

2 participants

@rami3l@djc