undo the debug change

This commit is contained in:
Toshit Chawda 2024-07-28 10:41:32 -07:00
parent 4a465fe54b
commit 8bc68dbd71
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -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 {