From bf6e7ba157bb7cc1c12bbac08a73b276ea92edb4 Mon Sep 17 00:00:00 2001 From: Jonathan Giroux Date: Tue, 13 Oct 2015 17:20:50 +0200 Subject: [PATCH] Fix wrong property name --- lib/tunnel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tunnel.js b/lib/tunnel.js index cf28016e2..9e790aed4 100644 --- a/lib/tunnel.js +++ b/lib/tunnel.js @@ -34,7 +34,7 @@ var defaultProxyHeaderExclusiveList = [ ] function constructProxyHost(uriObject) { - var port = uriObject.portA + var port = uriObject.port , protocol = uriObject.protocol , proxyHost = uriObject.hostname + ':'