]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
altsvc: both h3 backends now speak h3-27
authorDaniel Stenberg <daniel@haxx.se>
Sun, 1 Mar 2020 23:07:37 +0000 (00:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Mar 2020 23:07:37 +0000 (00:07 +0100)
... also updated the HTTP3 build description for ngtcp2 accordingly.

docs/HTTP3.md
lib/altsvc.c

index 829d0bfeed380b5530fa427cab9d7617b8f01cc7..55bdd02637de304e3ac319682cd35239124f06ca 100644 (file)
@@ -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
index 8066302aebba12ba31366f415ebcf75b739d2a9f..c39d86eaff75a816f8664f35d38d053ca5df41a6 100644 (file)
@@ -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