Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Not working with Node version 0.12.0 #7

Open
samithaf opened this issue Mar 3, 2015 · 3 comments · May be fixed by #9
Open

Not working with Node version 0.12.0 #7

samithaf opened this issue Mar 3, 2015 · 3 comments · May be fixed by #9

Comments

@samithaf
Copy link

samithaf commented Mar 3, 2015

Module works perfectly well with Node 0.10.X but not working with latest node version which is 0.12.0. However I can't see any errors either.

@wcandillon
Copy link

I believe that I am experiencing the same issue.

@SimonHaenle2
Copy link

I can confirm this with version 0.12.7. It does not work.

@jenpet
Copy link

jenpet commented Aug 3, 2015

The problem is based on the tunnel package dependency. The TunnelingAgent.addRequest() method is called in a different way (2 args only).

TunnelingAgent.prototype.addRequest = function addRequest(req, options) {
var self = this;
var host = options.host;
var port = options.port;

By fixing this, the global-tunnel works as intended.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants