molnarg / node-http2

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

Chrome release 54.0.2840.71 failing #223

Closed akc42 closed 7 years ago

akc42 commented 7 years ago

I upgraded my browser to chrome 54.0.2840.71 and now its failing with ERR_SPDY_COMMPRESSION_ERROR - not immediately but after about 20 requests. At the same time I am getting

(node:85500) Warning: Possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit
(node:85500) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit

These two lines get repeated with each new attempt by the browser to fetch my application (after index.html and one or two scripts it attempts to load about 40 html files with Polymer Element Definitions in each)

I don't know where exactly the fault lies, but I thought I would report it here, just in case this was effecting others

akc42 commented 7 years ago

It seems to work with latest release of http2 - I was running 3.3.4 before