Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: fix leaked net.Conn (grpc#4644)
This happens when NewServerTransport() returns nil, nil. The rawConn is closed when the transport is closed, which will never happen in this case (since the returned transport is nil). This is a backport of grpc#4633
- Loading branch information