v0.3.20
版本发布时间: 2023-06-26 20:57:57
hyperium/h2最新发布版本:v0.4.6(2024-08-19 23:52:23)
Bug Fixes
- Fix panic if a server received a request with a
:status
pseudo header in the 1xx range. (#695) - Fix panic if a reset stream had pending push promises that were more than allowed. (#685)
- Fix potential flow control overflow by subtraction, instead returning a connection error. (#692)
New Contributors
- @f0rki made their first contribution in https://github.com/hyperium/h2/pull/690