hyper: enable obs-folded multiline headers

Closes #9216
This commit is contained in:
Sean McArthur 2022-07-27 08:23:41 -07:00 committed by Daniel Stenberg
parent 3141062c23
commit 3b52a80c05
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 1 additions and 1 deletions

View File

@ -924,6 +924,7 @@ CURLcode Curl_http(struct Curl_easy *data, bool *done)
} }
hyper_clientconn_options_set_preserve_header_case(options, 1); hyper_clientconn_options_set_preserve_header_case(options, 1);
hyper_clientconn_options_set_preserve_header_order(options, 1); hyper_clientconn_options_set_preserve_header_order(options, 1);
hyper_clientconn_options_http1_allow_multiline_headers(options, 1);
hyper_clientconn_options_exec(options, h->exec); hyper_clientconn_options_exec(options, h->exec);

View File

@ -77,7 +77,6 @@
1533 1533
1540 1540
1591 1591
1940
1941 1941
1942 1942
1943 1943