Making several http requests using keep-alive mode generates this trace: Warning: Possible EventEmitter memory leak detected. #9268
Closed
Description
- Version: v6.9.1
- Platform: CentOS release 6.8 (Final)
- Subsystem:
When making 20 http requests using keep-alive mode with node v6.9.1, I get the following trace:
Warning: Possible EventEmitter memory leak detected. 11 timeout listeners added. Use emitter.setMaxListeners() to increase limit
With node v4.4.7, this trace is not displayed.
It could be (from http://www.jongleberry.com/understanding-possible-eventemitter-leaks.html) that a listener has not been removed