You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cronopio Running npm test gives me the following failures.. Let me know if Im doing something wrong.
2 failing
1) lib/http-proxy.js #createProxyServer using the ws-incoming passes should proxy a socket.io stream:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/jcrugzz/node.js/nodejitsu/node-http-proxy/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
2) lib/http-proxy.js #createProxyServer using HTTPS HTTP to HTTPS should proxy the request en send back the response:
Error: timeout of 2000ms exceeded
at null.<anonymous> (/Users/jcrugzz/node.js/nodejitsu/node-http-proxy/node_modules/mocha/lib/runnable.js:165:14)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
The text was updated successfully, but these errors were encountered:
@cronopio Running
npm test
gives me the following failures.. Let me know if Im doing something wrong.The text was updated successfully, but these errors were encountered: