mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 06:42:02 +02:00
Fix responses with more than 100 headers failing on HTTP/1 (#658)
This commit is contained in:
@@ -48,7 +48,8 @@ reqwest = { workspace = true, features = [
|
||||
"brotli",
|
||||
"deflate",
|
||||
"json",
|
||||
"rustls-tls-manual-roots-no-provider",
|
||||
"query",
|
||||
"rustls-no-provider",
|
||||
"socks",
|
||||
"http2",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user