Skip to content

fix(deps): enable reqwest system-proxy for proxy env var support#1442

Merged
joshua-mo-143 merged 1 commit into0xPlaygrounds:mainfrom
Phoenix500526:deps/system-proxy
Feb 26, 2026
Merged

fix(deps): enable reqwest system-proxy for proxy env var support#1442
joshua-mo-143 merged 1 commit into0xPlaygrounds:mainfrom
Phoenix500526:deps/system-proxy

Conversation

@Phoenix500526
Copy link
Copy Markdown
Contributor

reqwest 0.13 moved system proxy support behind a feature flag (system-proxy), unlike 0.12 where it was always enabled. Without this feature, reqwest ignores $http_proxy/$https_proxy environment variables and attempts direct TCP connections, which fails in environments that require a proxy for external access.

reqwest 0.13 moved system proxy support behind a feature flag
(system-proxy), unlike 0.12 where it was always enabled. Without
this feature, reqwest ignores $http_proxy/$https_proxy environment
variables and attempts direct TCP connections, which fails in
environments that require a proxy for external access.

Signed-off-by: Jiawei Zhao <Phoenix500526@163.com>
@joshua-mo-143
Copy link
Copy Markdown
Contributor

lgtm

@joshua-mo-143 joshua-mo-143 added this pull request to the merge queue Feb 26, 2026
Merged via the queue into 0xPlaygrounds:main with commit c974f90 Feb 26, 2026
6 checks passed
@github-actions github-actions Bot mentioned this pull request Feb 26, 2026
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.

2 participants