-
Notifications
You must be signed in to change notification settings - Fork 290
fix: unify reqwest Client for self_update when downloading archives #3346
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
Conversation
f8ce0c7
to
26d6c72
Compare
26d6c72
to
586abe3
Compare
586abe3
to
ab44506
Compare
Sorry for the delay! I feel uncomfortable reviewing this code, and I'd rather leave that to @ruben-arts. He is currently on a holiday and will be back next week! |
@ruben-arts any suggestion about this pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you split the PR into two where one adds the reqwest handler it might be easier to review and merge them.
Sorry for the late response, it got lost in my notifications.
ok i will split this pr |
@ruben-arts the |
@ruben-arts @baszalmstra any suggestion about the current patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long wait, this work great!
reqwest_client_builder
function, the proxies config is applied here.self_update
subcommand download the pixi pre-built binary archives with project unified reqwest Client.self_update
build reqwest Client with a builder fromreqwest_client_builder