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

Change default authority for UDS connections. #577

Merged
merged 2 commits into from
Sep 8, 2022
Merged

Conversation

mraleph
Copy link
Member

@mraleph mraleph commented Sep 8, 2022

We were using path to the UDS socket itself, which is incorrect authority value and was tripping checks in some HTTP2 protocol implementations.

Instead default authority to localhost, which seems like a sensible value.

Fixes #576

We were using path to the UDS socket itself,
which is incorrect authority value and
was tripping checks in some HTTP2 protocol
implementations.

Instead default authority to localhost,
which seems like a sensible value.
@mraleph mraleph requested a review from osa1 September 8, 2022 10:44
Copy link
Collaborator

@osa1 osa1 left a comment

Choose a reason for hiding this comment

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

LGTM.

@mraleph mraleph merged commit 27a2359 into master Sep 8, 2022
@mraleph mraleph deleted the fix-uds-authority branch September 8, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP/2 error: Stream error: Stream was terminated by peer (errorCode: 1) when using Unix sockets on OSX
2 participants