-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
Hello,
We started a fork that include cumulative fixes:
See dedicated issue here: kaazing/http2.js#1
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 HTTP upgrade mechanism #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 #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 #222)
- Allow frames to send after the arrival of the RST_STREAM. (Allow frames to send after the arrival of the RST_STREAM. #210)
- GOAWAY deserialization fix (GOAWAY deserialization fix #235)
- Update Mocha link (Update Mocha link #229)
- Remove invalid assert (Remove invalid assert #236)
- Typo: finshed (Typo: finshed #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)
Metadata
Metadata
Assignees
Labels
No labels