Skip to content
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

lookup: skip spdy on Node.js > 9 #564

Merged
merged 1 commit into from
May 21, 2018
Merged

Conversation

BridgeAR
Copy link
Member

SPDY relies on spdy-transport and that broke due to a BC in 10.0.0.
However, neither of these modules are maintained anymore as they
got pretty much obsolete due to http2.

Refs: spdy-http2/spdy-transport#52
Refs: #558

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • contribution guidelines followed here

SPDY relies on spdy-transport and that broke due to a BC in 10.0.0.
However, neither of these modules are maintained anymore as they
got pretty much obsolete due to http2.
@MylesBorins MylesBorins merged commit 3f2aa6d into nodejs:master May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants