mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 14:30:02 -04:00
double max header size
This commit is contained in:
parent
6580ee51db
commit
5d64952705
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue