Contains test case which demonstrates how Buffer, Request, IncomingMessage objects are leaking across completely recycled transactions.
Steps:
- node server.js
- node client.js
a. Make sure that the client is running in node v0.10.* b. The test runs roughly for around 200 seconds, and produces heapdumps before and after the transactions. c. Ideally, we wont expect any 'traces' of the transactions in the heapdump, but there are buffers, requests, responses hanging around. d. The code has dependency on heapdump and request modules.