double max header size

This commit is contained in:
Toshit Chawda 2024-07-28 10:25:54 -07:00
parent 6580ee51db
commit 5d64952705
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -231,6 +231,7 @@ impl EpoxyClient {
.http09_responses(true) .http09_responses(true)
.http1_title_case_headers(true) .http1_title_case_headers(true)
.http1_preserve_header_case(true) .http1_preserve_header_case(true)
.http1_max_headers(200)
.build(service); .build(service);
Ok(Self { Ok(Self {