Skip to content

Commit

Permalink
grpc-js: do not set host when instantiating tls socket
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 18, 2020
1 parent 5af582e commit 4e61f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-js/src/http_proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export function getProxiedConnection(
);
var cts = tls.connect({
...connectionOptions,
host: options.host,
socket: socket
}, function () {
resolve({
Expand Down

0 comments on commit 4e61f21

Please sign in to comment.