v0.4.6
版本发布时间: 2024-08-19 23:52:23
hyperium/h2最新发布版本:v0.4.6(2024-08-19 23:52:23)
What's Changed
- Add
current_max_send_streams()
andcurrent_max_recv_streams()
toclient::SendRequest
. - Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers.
- Fix notifying a PushPromise task properly.
- Fix notifying a stream task when reset.
New Contributors
- @ajwerner made their first contribution in https://github.com/hyperium/h2/pull/791
Thanks
- @dswij
- @tottoto
- @seanmonstar
Full Changelog: https://github.com/hyperium/h2/compare/v0.4.5...v0.4.6