molnarg/node-http2

Chrome release 54.0.2840.71 failing

akc42 opened this issue · 1 comments

akc42 commented

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

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