Skip to content

Unix socket support broken in 1.9.2 #496

Open
@mlafeldt

Description

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:

❯ grpcurl -unix -plaintext -authority dummy /tmp/actions.sock list
Failed to dial target host "/tmp/actions.sock": connection error: desc = "transport: error while dialing: dial tcp: address /tmp/actions.sock: missing port in address"

❯ grpcurl -version
grpcurl 1.9.2

Version 1.9.1 works fine, so this problem must have been introduced with the latest release:

❯ ~/Downloads/grpcurl_1.9.1_osx_arm64/grpcurl -unix -plaintext -authority dummy /tmp/actions.sock list
grpc.reflection.v1.ServerReflection
...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions