-
Notifications
You must be signed in to change notification settings - Fork 513
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
Unix socket support broken in 1.9.2 #496
Comments
Looking at the changelog, #480 might be the culprit, but I'm only speculating. |
I can confirm that reverting #480 resolves the issue |
I think the change #480 is correct. In fact, with that commit, the This is because the grpc-go dialer can handle RFC 3986 compliant URI. Here the network type is resolved as In the example from @mlafeldt, I believe the following should work in grpcurl 1.9.2. Note that grpcurl -plaintext -authority dummy unix:///tmp/actions.sock list |
@jhump thanks for the review! I pushed a few commits to the PR to address your comments. I also updated the PR description to reflect the change. |
Hey, I've been using grpcurl for a while now. A few days ago, I noticed that I can no longer connect to my gRPC server over Unix domain sockets:
Version 1.9.1 works fine, so this problem must have been introduced with the latest release:
The text was updated successfully, but these errors were encountered: