Skip to content

Commit

Permalink
Fix wrong property name
Browse files Browse the repository at this point in the history
  • Loading branch information
KoltesDigital committed Oct 13, 2015
1 parent d46a4c7 commit bf6e7ba
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 bf6e7ba

Please sign in to comment.