grpc-js: do not set host when instantiating tls socket

This commit is contained in:
Tom Kirkpatrick 2020-04-18 17:58:11 +02:00
parent 5af582e31c
commit 4e61f21c2f
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ export function getProxiedConnection(
);
var cts = tls.connect({
...connectionOptions,
host: options.host,
socket: socket
}, function () {
resolve({