gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 153/220: curl: make --libcurl use CURL_HTTP_VERSION


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 153/220: curl: make --libcurl use CURL_HTTP_VERSION_3
Date: Thu, 12 Sep 2019 17:28:33 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 84c2793be4ff076f41b18c4204e436fac56d6b5c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Aug 20 11:10:28 2019 +0200

    curl: make --libcurl use CURL_HTTP_VERSION_3
    
    Closes #4243
---
 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,
 };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]