Skip to content

Commit

Permalink
Merge pull request #1836 from Bloutiouf/patch-1
Browse files Browse the repository at this point in the history
Tunnel: fix wrong property name
  • Loading branch information
simov committed Oct 17, 2015
2 parents 4355b31 + bf6e7ba commit 398ac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tunnel.js
Expand Up @@ -34,7 +34,7 @@ var defaultProxyHeaderExclusiveList = [
]

function constructProxyHost(uriObject) {
var port = uriObject.portA
var port = uriObject.port
, protocol = uriObject.protocol
, proxyHost = uriObject.hostname + ':'

Expand Down

0 comments on commit 398ac48

Please sign in to comment.