From 8bc68dbd71742d3c083170162f030770b1cda215 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Sun, 28 Jul 2024 10:41:32 -0700 Subject: [PATCH] undo the debug change --- client/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/lib.rs b/client/src/lib.rs index 24d73b5..5c039b0 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -231,7 +231,7 @@ impl EpoxyClient { .http09_responses(true) .http1_title_case_headers(true) .http1_preserve_header_case(true) - .http1_max_headers(1) + .http1_max_headers(200) .build(service); Ok(Self {