koichik / node-tunnel

Node HTTP/HTTPS Agents for tunneling proxies
MIT License
537 stars 78 forks source link

Not working with Node 0.12 #11

Closed fenwick67 closed 8 years ago

fenwick67 commented 9 years ago

The Agent internal APIs changed with nodejs 0.12, so addRequest can be called with (req,options) instead of (req,host,port,path). This change causes node-tunnel to break because it doesn't handle this case.

See SalesforceEng/global-tunnel#7

koichik commented 8 years ago

Sorry for the long delay, I've published v0.0.4