-
-
Notifications
You must be signed in to change notification settings - Fork 300
Support for h2 over UDS #442
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hey, any update on this one? I think the addition would make sense, wouldn't it? |
AFAICT grpc-go stopped sending a malformed authority so I'm closing this. |
For what it's worth, I'm still getting this with grpc-go v1.38.0, which was released on 2021-05-19 (a few weeks after your comment):
I'll try to reproduce with grpc-go v1.42.0 (the current latest release). |
Same issue with grpc-go v1.42.0. |
When using tonic/h2 over UDS, I think it should be possible to allow the '/' in the authority header. This looks related to #345 where Jan is also mentioning potential issues might arise once h2 would be used over UDS.
From RFC-3986:
A longer description of the issue can be found at hyperium/tonic#243
Perhaps it would be possible to support file:// (and then also perhaps the unix:// scheme) and depending on that, determine if the authority header is valid for the current scheme?
The text was updated successfully, but these errors were encountered: