summary refs log tree commit diff
path: root/changelog.d/9372.feature
blob: 3cb01004c97b426cacc8ac61e5730389be07e1ed (plain) (blame)
1
The `no_proxy` and `NO_PROXY` environment variables are now respected in proxied HTTP clients with the lowercase form taking precedence if both are present. Additionally, the lowercase `https_proxy` environment variable is now respected in proxied HTTP clients on top of existing support for the uppercase `HTTPS_PROXY` form and takes precedence if both are present. Contributed by Timothy Leung.