From: Sean McArthur Date: Wed, 27 Jul 2022 15:23:41 +0000 (-0700) Subject: hyper: enable obs-folded multiline headers X-Git-Tag: curl-7_85_0~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b52a80c054d32a641aede92e719f672e9cb847c;p=thirdparty%2Fcurl.git hyper: enable obs-folded multiline headers Closes #9216 --- 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