New
v1.0.1
What's Changed
Improvements
- discard closed streams from the connection (reduces memory consumption).
Bugfixes
- allow RST_STREAM frames to be ignored on closed streams.
- prevent already closed streams from being initialized again.
New Contributors
- @willcosgrove made their first contribution in https://github.com/igrigorik/http-2/pull/176
Full Changelog: https://github.com/igrigorik/http-2/compare/v1.0.0...v1.0.1