mirror of https://github.com/grpc/grpc-node.git
grpc-js: do not set host when instantiating tls socket
This commit is contained in:
parent
5af582e31c
commit
4e61f21c2f
|
@ -207,7 +207,6 @@ export function getProxiedConnection(
|
|||
);
|
||||
var cts = tls.connect({
|
||||
...connectionOptions,
|
||||
host: options.host,
|
||||
socket: socket
|
||||
}, function () {
|
||||
resolve({
|
||||
|
|
Loading…
Reference in New Issue