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 -1
View File
@@ -48,7 +48,8 @@ reqwest = { workspace = true, features = [
"brotli",
"deflate",
"json",
"rustls-tls-manual-roots-no-provider",
"query",
"rustls-no-provider",
"socks",
"http2",
] }