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
637 stars 48 forks source link

add simple keepalive issue demo #31

Closed vvo closed 7 years ago

vvo commented 8 years ago

Hi @moll so I finally figured out why I needed https://github.com/moll/node-mitm/pull/28 (somehow).

The file I added to this PR will fail on node >= 0.12

moll commented 7 years ago

Hey! Why'd you close this? :)

vvo commented 7 years ago

It's oooold and maybe already fixed?