Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81db7c2
Choose a base ref
...
head repository: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fbf5363
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 1, 2018

  1. 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: #1449
    Fixes: nodejs/node#21665
    addaleax committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    1924da0 View commit details
    Browse the repository at this point in the history
  2. Add Node.js 10 to CI matrix

    addaleax committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    fbf5363 View commit details
    Browse the repository at this point in the history
Loading