Skip to content
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

fix(cli): use ProxyAgent instead of HttpsProxyAgent #1038

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

l00sed
Copy link
Contributor

@l00sed l00sed commented May 30, 2024

Fixes #867

Copy link

google-cla bot commented May 30, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@l00sed

This comment was marked as duplicate.

@l00sed
Copy link
Contributor Author

l00sed commented May 30, 2024

Oops, didn't realize I needed to sign the CLA. Should be good now.

@connorjclark connorjclark changed the title Migrated from HttpsProxyAgent to base ProxyAgent so that NO_PROXY can… feat(cli): use ProxyAgent instead of HttpsProxyAgent Jun 20, 2024
@connorjclark connorjclark changed the title feat(cli): use ProxyAgent instead of HttpsProxyAgent fix(cli): use ProxyAgent instead of HttpsProxyAgent Jun 20, 2024
@connorjclark connorjclark merged commit cdf4605 into GoogleChrome:main Jun 20, 2024
4 checks passed
@connorjclark
Copy link
Collaborator

Thanks!

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.

NO_PROXY env variable is ignore and all requests are forced to the proxy declared in HTTP_PROXY
3 participants