spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

What has changed in 3.4.7 => 4.0.0? #352

Closed tkurki closed 5 years ago

tkurki commented 5 years ago

A major version change, but the commit log for 4.0.0 shows only minor stuff, mostly with deps and tests.

Is there something fundamentally different here that I am missing?

llaakso commented 5 years ago

It also seems that big/video files download were disrupted by this change - need to revert back to 3.4.7.

jacobheun commented 5 years ago

@tkurki The change was to support the latest LTS versions, node 10 in particular. Support for node versions below 6 was dropped, hence the major semver change.

@llaakso do you have a reproducible test case we can look at for this fix?

tkurki commented 5 years ago

Thanks. I'm all done here, I think any real issues should be reported separately with sufficient detail.