curl: make --libcurl use CURL_HTTP_VERSION_3

Closes #4243
This commit is contained in:
Daniel Stenberg 2019-08-20 11:10:28 +02:00
parent 2056175dc2
commit 84c2793be4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 0 deletions

View 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,
};