mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 14:30:02 -04:00
undo the debug change
This commit is contained in:
parent
4a465fe54b
commit
8bc68dbd71
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +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(1)
|
.http1_max_headers(200)
|
||||||
.build(service);
|
.build(service);
|
||||||
|
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue