Skip to content

WIP: Fix UNIX sockets not working when HTTP proxy defined

Stan Hu requested to merge sh-workaround-to-support-unix-sockets into master

As mentioned in https://github.com/grpc/grpc-go/issues/2510#issuecomment-445389118, gprc-go currently does not natively support dialing a UNIX socket. The workaround is to use the passthrough resolver as suggested in https://github.com/grpc/grpc-go/issues/1846#issuecomment-362634790.

Closes #1447 (closed)

Edited by Stan Hu

Merge request reports