1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

altsvc: both h3 backends now speak h3-27

... also updated the HTTP3 build description for ngtcp2 accordingly.
This commit is contained in:
Daniel Stenberg 2020-03-02 00:07:37 +01:00
parent b2caaa0681
commit ff3b1f4860
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ in the master branch using pull-requests, just like ordinary changes.
Build (patched) OpenSSL 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 % cd openssl
% ./config enable-tls1_3 --prefix=<somewhere1> % ./config enable-tls1_3 --prefix=<somewhere1>
% make % make

View File

@ -51,7 +51,7 @@
#define MAX_ALTSVC_ALPNLEN 10 #define MAX_ALTSVC_ALPNLEN 10
#if (defined(USE_QUICHE) || defined(USE_NGTCP2)) && !defined(UNITTESTS) #if (defined(USE_QUICHE) || defined(USE_NGTCP2)) && !defined(UNITTESTS)
#define H3VERSION "h3-25" #define H3VERSION "h3-27"
#else #else
#define H3VERSION "h3" #define H3VERSION "h3"
#endif #endif