Skip to content

Contains test case which demonstrates how Buffer, Request, IncomingMessage objects are leaking across completely recycled transactions.

Notifications You must be signed in to change notification settings

gireeshpunathil/nodev0.10httpsmemoryleak

Repository files navigation

nodev0.10httpsmemoryleak

Contains test case which demonstrates how Buffer, Request, IncomingMessage objects are leaking across completely recycled transactions.

Steps:

  1. node server.js
  2. 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.

About

Contains test case which demonstrates how Buffer, Request, IncomingMessage objects are leaking across completely recycled transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published