gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 65/220: altsvc: make quiche use h3-22 now


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 65/220: altsvc: make quiche use h3-22 now
Date: Thu, 12 Sep 2019 17:27:05 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 92dc514c5b00ce6cd1f760c222783ac6510929e2
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Aug 5 23:13:17 2019 +0200

    altsvc: make quiche use h3-22 now
---
 lib/altsvc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/altsvc.c b/lib/altsvc.c
index cdf97d680..b20ec13ae 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -57,7 +57,7 @@ static enum alpnid alpn2alpnid(char *name)
   if(strcasecompare(name, "h2c"))
     return ALPN_h2c;
 #ifdef USE_QUICHE
-  if(strcasecompare(name, "h3-20"))
+  if(strcasecompare(name, "h3-22"))
     return ALPN_h3;
 #else
   if(strcasecompare(name, "h3"))
@@ -78,7 +78,7 @@ const char *Curl_alpnid2str(enum alpnid id)
     return "h2c";
   case ALPN_h3:
 #ifdef USE_QUICHE
-    return "h3-20";
+    return "h3-22";
 #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]