Skip to content

Commit

Permalink
curl: make --libcurl use CURL_HTTP_VERSION_3
Browse files Browse the repository at this point in the history
Closes #4243
  • Loading branch information
bagder committed Aug 20, 2019
1 parent 2056175 commit 84c2793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool_setopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 84c2793

Please sign in to comment.