From 55bf7852d366e0a58e3639f401709a66cd8aa48c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Aug 2019 11:10:28 +0200 Subject: curl: make --libcurl use CURL_HTTP_VERSION_3 --- src/tool_setopt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tool_setopt.c b/src/tool_setopt.c index b5486e6ef..871e25c01 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -82,6 +82,7 @@ const NameValue setopt_nv_CURL_HTTP_VERSION[] = { NV(CURL_HTTP_VERSION_1_1), NV(CURL_HTTP_VERSION_2_0), NV(CURL_HTTP_VERSION_2TLS), + NV(CURL_HTTP_VERSION_3), NVEND, }; -- cgit v1.2.1