summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-20 11:10:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-20 16:55:47 +0200
commit84c2793be4ff076f41b18c4204e436fac56d6b5c (patch)
tree7dc367f121aaa9e01b59b3003974de900f3e68f4
parent2056175dc2225337ee425c47e482bcf5bc397d5b (diff)
downloadcurl-84c2793be4ff076f41b18c4204e436fac56d6b5c.tar.gz
curl: make --libcurl use CURL_HTTP_VERSION_3
Closes #4243
-rw-r--r--src/tool_setopt.c1
1 files changed, 1 insertions, 0 deletions
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,
};