-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix support for node LTS versions #351
Conversation
chore: fix linting fix: dont use safe-buffer test: dont use deprecated asserts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ Thank you @jacobheun for kicking ass and upgrading the whole spdy impl! :D
@jacobheun can you please update the package-lock.json with the new released versions of spdy-transport and handle-thing? |
e888324
to
06385f5
Compare
@diasdavid package lock has been updated. I also dropped stable from Travis to focus on the LTS versions. Once spdy-http2/handle-thing#6 is resolved we can update Travis here as well. |
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. Thehandle-thing
module will need to be updated to support that change.Depends on