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 94e80b1 commit 3a79832Copy full SHA for 3a79832
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.3.25 (March 15, 2024)
2
+
3
+* Improve performance decoding many headers.
4
5
# 0.3.24 (January 17, 2024)
6
7
* Limit error resets for misbehaving connections.
Cargo.toml
@@ -5,7 +5,7 @@ name = "h2"
# - html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
8
-version = "0.3.24"
+version = "0.3.25"
9
license = "MIT"
10
authors = [
11
"Carl Lerche <[email protected]>",
src/lib.rs
@@ -78,7 +78,6 @@
78
//! [`server::handshake`]: server/fn.handshake.html
79
//! [`client::handshake`]: client/fn.handshake.html
80
81
-#![doc(html_root_url = "https://docs.rs/h2/0.3.23")]
82
#![deny(
83
missing_debug_implementations,
84
missing_docs,
0 commit comments