- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 5 files changed
- 3 contributors
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9215fd - Browse repository at this point
Copy the full SHA e9215fdView commit details
Commits on Mar 18, 2025
-
Re-enable NO_PROXY envs on Windows (#2601)
In #2559, the behavior of no proxy handling on windows was changed to effectively only read from the current user's `Internet Settings` in the registry on Windows. This meant that NO_PROXY env vars were no longer respected on Windows. This commit changes that behavior and at least brings it in line with dotnet and nuget behavior (two microsoft projects) of first checking env vars and only if they are not set, check the registry settings. This fix changes the behavior of `NoProxy::from_env` if `NO_PROXY` or `no_proxy` is set to an empty string. Previously, it would have returned `None`, which is not what the documentation says should happen. It now returns an `Some(NoProxy::default())` which should functionally be the same thing for the purposes of not matching anything with the proxy. This change was done due to potential interaction with previous commit fixing #2599. I would expect that setting `NO_PROXY` to an empty string would also prevent reqwest from reading the registry settings. Closes #2599
Configuration menu - View commit details
-
Copy full SHA for 5fd3d5b - Browse repository at this point
Copy the full SHA 5fd3d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a4fea - Browse repository at this point
Copy the full SHA 96a4feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bb3e6 - Browse repository at this point
Copy the full SHA e4bb3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54376c3 - Browse repository at this point
Copy the full SHA 54376c3View commit details
There are no files selected for viewing