Closed
Description
Original Source and Fork intent
This NodeJS http2.js
module version is a fork of node-http2
hosted on Github originally made by Gábor Molnár and available here: https://github.com/molnarg/node-http2
This fork of node-http2
module named http2.js
starts at version 4.0.0
in case previous the repository decides to pick up work again on version 3.x.x
.
We are aware that node 8.4.0 now has experimental http2
support via --expose-http2
, and we will continue to support the full JavaScript implementation of http2.js
at our discretion until HTTP/2 is more fully supported in a broad range of client platforms.
Changes:
4.0.1 (2017-10-01)
- Bugfixes from pull requests
- Fails to load in IE11 due to timers.setImmediate call
- Fix Node 5+ support Bugs/stream.flow #4 bug
- update object-keys module for Object.keys shim
4.0.0 (2017-08-23)
- Rename package from 'http2' to 'http2.js'.
- Fork from abandoned https://github.com/molnarg/node-http2 to https://github.com/kaazing/http2.js and change version to '4.0.0' to avoid confusion.
- Bugfixes from pull requests
- Clean up ended streams to free leaked memory (Clean up ended streams to free leaked memory molnarg/node-http2#200)
- Memory leak fix (by argon) and another 'upstream is not defined' check (memory leak fix (by argon) and another 'upstream is not defined' check molnarg/node-http2#222)
- Allow frames to send after the arrival of the RST_STREAM. (Allow frames to send after the arrival of the RST_STREAM. molnarg/node-http2#210)
- GOAWAY deserialization fix (GOAWAY deserialization fix molnarg/node-http2#235)
- Update Mocha link (Update Mocha link molnarg/node-http2#229)
- Remove invalid assert (Remove invalid assert molnarg/node-http2#236)
- Typo: finshed (Typo: finshed molnarg/node-http2#199)
- JSHINT all source (jshint dpwspoon/node-http2#4)
- Changed API to be fully pluggable for any transport or server (Checking diff here dpwspoon/node-http2#2)