What's Changed
- fix: Discard buffered DATA when a scheduled reset is pending by @ArniDagur in #896
- fix: poll_capacity must not return Ready(Some(Ok(0))) by @ArniDagur in #898
- fix: Reject frames on streams whose HEADERS haven't been sent by @ArniDagur in #899
- chore(ci): update actions/checkout to v6 by @seanmonstar in #910
- fix: Remove unnecessary clones by @FranciscoTGouveia in #911
- fix: use HeaderMap::try_append to prevent panics on absurd amounts of headers by @imlk0 in #909
- fix: ignore library resets at connection poll loop level by @seanmonstar in #913
- fix: remove padded_len() u8 overflow in DATA frame padding release by @seanmonstar in #914
- fix: close connection when header size is way too large by @seanmonstar in #915
- Prepare v0.4.15 by @seanmonstar in #916
New Contributors
- @FranciscoTGouveia made their first contribution in #911
- @imlk0 made their first contribution in #909
Full Changelog: v0.4.14...v0.4.15