diff --git a/lib/c-hyper.c b/lib/c-hyper.c index b098b70792..d034900b97 100644 --- a/lib/c-hyper.c +++ b/lib/c-hyper.c @@ -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_order(options, 1); + hyper_clientconn_options_http1_allow_multiline_headers(options, 1); hyper_clientconn_options_exec(options, h->exec); diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 4d62fb615e..a62161d8db 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -77,7 +77,6 @@ 1533 1540 1591 -1940 1941 1942 1943