mirror of https://github.com/grpc/grpc-node.git
Update subchannel.ts
This commit is contained in:
parent
7fc0035f7f
commit
158d0dd99f
|
@ -473,7 +473,7 @@ export class Subchannel {
|
|||
}
|
||||
);
|
||||
const hostPort = splitHostPort(targetPath);
|
||||
connectionOptions.servername = hostPort?.host ?? : targetPath;
|
||||
connectionOptions.servername = hostPort?.host ?? targetPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue