Fix responses with more than 100 headers failing on HTTP/1 (#658)

This commit is contained in:
Gregory Schier
2026-09-14 21:04:47 -07:00
committed by GitHub
parent 7c660f4528
commit fd95b4cba3
6 changed files with 151 additions and 80 deletions
+2 -2
View File
@@ -20,9 +20,8 @@ log = { workspace = true }
mime_guess = "2.0.5"
native-tls = { version = "0.2", features = ["alpn"] }
reqwest = { workspace = true, features = [
"rustls-tls-manual-roots-no-provider",
"rustls-no-provider",
"native-tls",
"native-tls-alpn",
"socks",
"http2",
"stream",
@@ -41,3 +40,4 @@ yaak-tls = { workspace = true }
[dev-dependencies]
tempfile = "3"
tokio = { workspace = true, features = ["net"] }