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 1a357aa commit 357127eCopy full SHA for 357127e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.3.26 (April 3, 2024)
2
+
3
+* Limit number of CONTINUATION frames for misbehaving connections.
4
5
# 0.3.25 (March 15, 2024)
6
7
* Improve performance decoding many headers.
Cargo.toml
@@ -5,7 +5,7 @@ name = "h2"
# - html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
8
-version = "0.3.25"
+version = "0.3.26"
9
license = "MIT"
10
authors = [
11
"Carl Lerche <[email protected]>",
0 commit comments