]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
hyper: enable obs-folded multiline headers
authorSean McArthur <sean@seanmonstar.com>
Wed, 27 Jul 2022 15:23:41 +0000 (08:23 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jul 2022 22:36:18 +0000 (00:36 +0200)
Closes #9216

lib/c-hyper.c
tests/data/DISABLED

index b098b70792cd7096e67db42d82d005d20ffe4955..d034900b97576d3ffc522f1edab0eb435b9b7809 100644 (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_order(options, 1);
+  hyper_clientconn_options_http1_allow_multiline_headers(options, 1);
 
   hyper_clientconn_options_exec(options, h->exec);
 
index 4d62fb615eb12e1ce58be0c82dcbc6b6c2cd7bb2..a62161d8dbf53fb1192a8b7a6ddc427bd7296fbe 100644 (file)
@@ -77,7 +77,6 @@
 1533
 1540
 1591
-1940
 1941
 1942
 1943