From 5d64952705194377283367a998395dbe8efab4e7 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Sun, 28 Jul 2024 10:25:54 -0700 Subject: [PATCH] double max header size --- client/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/lib.rs b/client/src/lib.rs index 92058af..23bdbab 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -231,6 +231,7 @@ impl EpoxyClient { .http09_responses(true) .http1_title_case_headers(true) .http1_preserve_header_case(true) + .http1_max_headers(200) .build(service); Ok(Self {