mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
parent
3141062c23
commit
3b52a80c05
@ -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);
|
||||||
|
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
1533
|
1533
|
||||||
1540
|
1540
|
||||||
1591
|
1591
|
||||||
1940
|
|
||||||
1941
|
1941
|
||||||
1942
|
1942
|
||||||
1943
|
1943
|
||||||
|
Loading…
Reference in New Issue
Block a user