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 05b13f4 commit a636037Copy full SHA for a636037
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.10 (2024-10-28)
2
+
3
+- Add `http2_max_header_list_size(num)` option to legacy client builder.
4
+- Add `set_tcp_user_timeout(dur)` option to legacy `HttpConnector`.
5
6
# 0.1.9 (2024-09-24)
7
8
- Add support for `client::legacy` DNS resolvers to set non-zero ports on returned addresses.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.9"
+version = "0.1.10"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments