hoxy
hoxy copied to clipboard
proxyReq.socket is undefined
trafficstars
I updated to the latest node to see if it would help but "socket" is nowhere to be found.
TypeError: Cannot call method 'on' of undefined
at EventEmitter.<anonymous> (hoxy.js:155:21)
I've been hearing about this from others too, but haven't been able to isolate it myself. I wrapped the offending line in a try/catch and pushed the change to github, which will hopefully solve the immediate problem. But I worry there may be a deeper problem.
Could it be from running 64bit Linux possibly?
Just submitted a pull request with some minor changes that seem to fix the issue for me.