Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Backports fix for #1449 #1

Merged
merged 1 commit into from
Nov 20, 2018
Merged

Backports fix for #1449 #1

merged 1 commit into from
Nov 20, 2018

Conversation

ebenoist
Copy link

Do not use spdy on Node 10

spdy is effectively unmaintained, and as a consequence of an
implementation that extensively relies on Node’s non-public APIs, broken
on Node 10 and above. In those cases, only https will be used for now.
Once express supports Node's built-in HTTP/2 support, migrating over to
that should be the best way to go.

Fixes: webpack#1449
Fixes: nodejs/node#21665

https://github.com/webpack/webpack-dev-server/commit/e97d345ac370095a6e339b7997b939c88ef3e81b.patch

Do not use `spdy` on Node 10

`spdy` is effectively unmaintained, and as a consequence of an
implementation that extensively relies on Node’s non-public APIs, broken
on Node 10 and above. In those cases, only https will be used for now.
Once express supports Node's built-in HTTP/2 support, migrating over to
that should be the best way to go.

Fixes: webpack#1449
Fixes: nodejs/node#21665

https://github.com/webpack/webpack-dev-server/commit/e97d345ac370095a6e339b7997b939c88ef3e81b.patch
@pksarguru
Copy link

👍

Copy link

@stelane stelane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 thank you!!

@ebenoist ebenoist merged commit 3f733f3 into v2 Nov 20, 2018
@ebenoist ebenoist deleted the erik/2-node-10 branch November 20, 2018 18:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants