moll / node-mitm

Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
Other
636 stars 48 forks source link

fix(0.10): ref and unref are expected on sockets #28

Closed vvo closed 8 years ago

moll commented 8 years ago

Hey again, @vvo! What version of Node v0.10 are they expected on? I've got Node v0.10.32 here and that works. https://travis-ci.org/moll/node-mitm runs it too. I presume something earlier? Thanks!

vvo commented 8 years ago

Sorry I even don't know, I was messing around, maybe this is not even needed...

moll commented 8 years ago

Yay! :)