mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-14 17:49:15 -04:00
apply coding style
This commit is contained in:
@@ -71,7 +71,7 @@ func getGrpcClient(ctx context.Context, dest net.Destination, dialOption grpc.Di
|
||||
globalDialerMap = make(map[net.Destination]*grpc.ClientConn)
|
||||
}
|
||||
|
||||
//TODO Should support chain proxy to the same destination
|
||||
// TODO Should support chain proxy to the same destination
|
||||
if client, found := globalDialerMap[dest]; found && client.GetState() != connectivity.Shutdown {
|
||||
return client, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user