gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 202/282: altsvc: both h3 backends now speak h3-27


From: gnunet
Subject: [gnurl] 202/282: altsvc: both h3 backends now speak h3-27
Date: Wed, 01 Apr 2020 14:31:07 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit ff3b1f48605dbe0c051415e1d0e1da2b9c44275c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Mar 2 00:07:37 2020 +0100

    altsvc: both h3 backends now speak h3-27
    
    ... also updated the HTTP3 build description for ngtcp2 accordingly.
---
 docs/HTTP3.md | 2 +-
 lib/altsvc.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 829d0bfee..55bdd0263 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary 
changes.
 
 Build (patched) OpenSSL
 
-     % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-25 
https://github.com/tatsuhiro-t/openssl
+     % git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-27 
https://github.com/tatsuhiro-t/openssl
      % cd openssl
      % ./config enable-tls1_3 --prefix=<somewhere1>
      % make
diff --git a/lib/altsvc.c b/lib/altsvc.c
index 8066302ae..c39d86eaf 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -51,7 +51,7 @@
 #define MAX_ALTSVC_ALPNLEN 10
 
 #if (defined(USE_QUICHE) || defined(USE_NGTCP2)) && !defined(UNITTESTS)
-#define H3VERSION "h3-25"
+#define H3VERSION "h3-27"
 #else
 #define H3VERSION "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]