We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac6016 commit cffea95Copy full SHA for cffea95
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.7 (November 19, 2024)
2
+
3
+* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
4
+* Fix notifying the stream task when automatically reset on receipt of a stream error.
5
6
# 0.4.6 (August 19, 2024)
7
8
* Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.6"
+version = "0.4.7"
license = "MIT"
authors = [
9
"Carl Lerche <[email protected]>",
0 commit comments