File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.8 (February 18, 2025)
2+
3+ * Fix handling implicit stream resets at the more correct time.
4+ * Fix window size decrements of send-closed streams.
5+ * Fix reclaiming of reserved capacity when streams are closed.
6+ * Fix to no longer call ` poll_flush ` after ` poll_shutdown ` .
7+ * Fix busy loop in task when poll_shutdown returns pending.
8+
19# 0.4.7 (November 19, 2024)
210
311* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "h2"
33# When releasing to crates.io:
44# - Update CHANGELOG.md.
55# - Create git tag
6- version = " 0.4.7 "
6+ version = " 0.4.8 "
77license = " MIT"
88authors = [
99 " Carl Lerche <me@carllerche.com>" ,
You can’t perform that action at this time.
0 commit comments