From 3b52a80c054d32a641aede92e719f672e9cb847c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 27 Jul 2022 08:23:41 -0700 Subject: [PATCH] hyper: enable obs-folded multiline headers Closes #9216 --- lib/c-hyper.c | 1 + tests/data/DISABLED | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3