-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.2.0 No Longer Supports Proxy Settings (#198)
* Adding ProxyFromEnvironment to http transport (#197) * Switching to using DefaultTransport (#197) * Reinstating equivalency check for server and proxy active connections (#197) * Using http Transport with ProxyFromEnvironment set to determine if test failures are attributable to using http DefaultTransport (#197) * Switching to using httputil single host reverse proxy for testing (#197) * Removing unneeded files and moving test (#197) * Adding some clarifying comments to test (#197) * Updating CHANGELOG.md (#197) * Use func to obtain proxy from environment to avoid issues with caching during testing (#197) * Cloning default transport before modifying to avoid issues with caching during testing (#197) * Apply suggestions from code review Co-authored-by: Brian Flad <bflad417@gmail.com> * Bumping golang.org/x/net to v0.1.0 (#197) Co-authored-by: Brian Flad <bflad417@gmail.com>
- Loading branch information
1 parent
a8616c2
commit bdf31bd
Showing
5 changed files
with
121 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters