Sourced from h2's releases.
v0.3.26
What's Changed
- Limit number of CONTINUATION frames for misbehaving connections.
See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.
v0.3.25
What's Changed
- perf: optimize header list size calculations by
@​Noah-Kennedy
in hyperium/h2#750Full Changelog: https://github.com/hyperium/h2/compare/v0.3.24...v0.3.25
Sourced from h2's changelog.
0.3.26 (April 3, 2024)
- Limit number of CONTINUATION frames for misbehaving connections.
0.3.25 (March 15, 2024)
- Improve performance decoding many headers.