diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 00:07:37 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 00:07:37 +0100 |
commit | ff3b1f48605dbe0c051415e1d0e1da2b9c44275c (patch) | |
tree | 73189f5cc9571513e53a2abcc483e31dead33159 /lib | |
parent | b2caaa0681f329eed317ffb6ae6927f4a539f0c1 (diff) |
altsvc: both h3 backends now speak h3-27
... also updated the HTTP3 build description for ngtcp2 accordingly.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/altsvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |