molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 185 forks source link

set agent max listeners to infinite #181

Closed felicienfrancois closed 8 years ago

felicienfrancois commented 8 years ago

This is a reopen of PR #115 which had been closed too fast.

It fix a warning triggered by firing off more than ten requests at once.

warning: possible EventEmitter memory leak detected. 11 listeners added. Use
emitter.setMaxListeners() to increase limit.

It happens on all NodeJS versions (including latest 5.x)