We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76bd74 commit 51fe05aCopy full SHA for 51fe05a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.4 (April 3, 2024)
2
+
3
+* Limit number of CONTINUATION frames for misbehaving connections.
4
5
# 0.4.3 (March 15, 2024)
6
7
* Fix flow control limits to not apply until receiving SETTINGS ack.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.3"
+version = "0.4.4"
license = "MIT"
8
authors = [
9
"Carl Lerche <[email protected]>",
0 commit comments