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

grpc-js: Don't use http_proxy for uds connections #2022

Merged
merged 1 commit into from Jan 14, 2022

Conversation

raksooo
Copy link
Contributor

@raksooo raksooo commented Jan 13, 2022

The environment variable http_proxy will be used for UDS connections which prevents the connection from working. Since UDS runs on the local machine there's no use for a sending it through a proxy. This pull request adds a check which disables the http proxy if the target is a Unix Domain Socket.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 13, 2022

CLA Signed

The committers are authorized under a signed CLA.

Copy link
Member

@murgatroid99 murgatroid99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks good. I just can't merge it until you sign the CLA.

@raksooo
Copy link
Contributor Author

raksooo commented Jan 14, 2022

@murgatroid99 Great! It's signed now 👍

@murgatroid99
Copy link
Member

This has been published in version 1.5.1.

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.

None yet

3 participants