spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Fix support for node LTS versions #351

Closed jacobheun closed 5 years ago

jacobheun commented 5 years ago

Changes in node 11.1.0

The build is currently breaking for node 11.1.0 as the params for onStreamRead have changed https://github.com/nodejs/node/blob/v11.1.0/lib/internal/stream_base_commons.js#L111. The handle-thing module will need to be updated to support that change.

Depends on

daviddias commented 5 years ago

@jacobheun can you please update the package-lock.json with the new released versions of spdy-transport and handle-thing?

jacobheun commented 5 years ago

@diasdavid package lock has been updated. I also dropped stable from Travis to focus on the LTS versions. Once https://github.com/spdy-http2/handle-thing/issues/6 is resolved we can update Travis here as well.