-
Notifications
You must be signed in to change notification settings - Fork 145
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
Replace node-http2
with http2-wrapper
#289
Conversation
@vladikoff Could you please review this? |
@Krinkle Could you please help with merging this PR? |
@XhmikosR Could you please help here? |
/CC @vladikoff |
It seems this breaks CI tests FYI @vladikoff |
@XhmikosR Forked from here and fixed tests |
@XhmikosR I've fixed the broken test. |
LGTM now. But even if I merge it I don't have npm rights, so @vladikoff needs to take care of this. |
Sorry for the delay, I was sick and just getting back into the swing of things |
@vladikoff thanks for answering! could you please publish it to npm so we could use fixed package? |
@vavsab Hi, yeap done! |
@XhmikosR I added you to npm maintainers also 🎉 |
This PR replaces the deprecated
node-http2
dependency withhttp2-wrapper
. It also removes checks related to0.x
versions of Node.js, since they are already unsupported.Fixes #270.