gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 35/151: altsvc: bump to h3-24


From: gnunet
Subject: [gnurl] 35/151: altsvc: bump to h3-24
Date: Fri, 20 Dec 2019 14:25:44 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 425c572a19b169df4b2b8eed18f64781ab32e3c0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Nov 16 11:58:19 2019 +0100

    altsvc: bump to h3-24
    
    ... as both ngtcp2 and quiche now support that in their master branches
    
    Closes #4604
---
 lib/altsvc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/altsvc.c b/lib/altsvc.c
index 64971a9f0..c3dbb708a 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -55,7 +55,7 @@ static enum alpnid alpn2alpnid(char *name)
   if(strcasecompare(name, "h2"))
     return ALPN_h2;
 #if (defined(USE_QUICHE) || defined(USE_NGTCP2)) && !defined(UNITTESTS)
-  if(strcasecompare(name, "h3-23"))
+  if(strcasecompare(name, "h3-24"))
     return ALPN_h3;
 #else
   if(strcasecompare(name, "h3"))
@@ -74,7 +74,7 @@ const char *Curl_alpnid2str(enum alpnid id)
     return "h2";
   case ALPN_h3:
 #if (defined(USE_QUICHE) || defined(USE_NGTCP2)) && !defined(UNITTESTS)
-    return "h3-23";
+    return "h3-24";
 #else
     return "h3";
 #endif

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



reply via email to

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