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 9fb7cd5 commit 3021828Copy full SHA for 3021828
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.17 (2025-09-15)
2
+
3
+- Fix `legacy::Client` to allow absolute-form URIs when `Connected::proxy(true)` is passed and the scheme is `https`.
4
5
# 0.1.16 (2025-07-22)
6
7
- Add `impl Clone` for `proxy::Tunnel` service.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.16"
+version = "0.1.17"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments