mirror of https://github.com/grpc/grpc.git
[EventEngine] fix bug in unix-abstract socket URI processing (#33721)
URI should be resolved to unix abstract only if the first byte is NULL but the path length is > 1 (i.e there is more than one byte in the path). Otherwise treat is as unix URI. Moreover, when the AsyncConnectionAcceptor is destroyed, if it was managing a unix domain socket, then the socket should be unlinked to ensure we dont leave the underlying file hanging around forever.pull/33743/head
parent
ff4c64e08f
commit
aa7c982567
3 changed files with 11 additions and 10 deletions
Loading…
Reference in new issue