I am actually playing on the branch https://github.com/joyent/node/tree/http-memleak
Without setTimeout it works like a charm,
node --expose-gc gistfile1.js
webkit-devtools-agent started on 0.0.0.0:1337
We should do 18 requests
3MB used
Done: 0/18, not yet GC: 0
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
90MB used
Done: 18/18, not yet GC: 0
all requests done, memory should be collected by now ?
3MB used
Done: 18/18, not yet GC: 0
all requests done, memory should be collected by now ?
But with a setTimeout, ...
node --expose-gc gistfile1.js
webkit-devtools-agent started on 0.0.0.0:1337
We should do 18 requests
3MB used
Done: 0/18, not yet GC: 0
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
Got error: socket hang up
90MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?
15MB used
Done: 18/18, not yet GC: 3
all requests done, memory should be collected by now ?