]> granicus.if.org Git - curl/commitdiff
curl: make --libcurl use CURL_HTTP_VERSION_3
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2019 09:10:28 +0000 (11:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2019 14:55:47 +0000 (16:55 +0200)
Closes #4243

src/tool_setopt.c

index b5486e6ef68d954e7f8cebb7e9a9a7885c1c0c98..871e25c018605d89c702bad450f3fdde0c74d694 100644 (file)
@@ -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,
 };