aboutsummaryrefslogtreecommitdiff
path: root/lib/altsvc.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-06-04 11:54:01 +0200
committerPeter Wu <peter@lekensteyn.nl>2020-06-04 22:07:56 +0200
commitceab0febd06e0dfe4f608bbe55242227a9c9d9c9 (patch)
treec114be6a487a4b84eebdbb1463e8e2a4e60d02fe /lib/altsvc.c
parentc048dd0b7c83f9db08d7ad85522b629458e35dd6 (diff)
quiche: advertise draft 28 support
Fix the verbose message while at it, quiche currently supports draft 27 and draft 28 simultaneously. Closes #5518
Diffstat (limited to 'lib/altsvc.c')
-rw-r--r--lib/altsvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/altsvc.c b/lib/altsvc.c
index 371efa275..c9566c216 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -51,7 +51,7 @@
#define MAX_ALTSVC_ALPNLEN 10
#if defined(USE_QUICHE) && !defined(UNITTESTS)
-#define H3VERSION "h3-27"
+#define H3VERSION "h3-28"
#elif defined(USE_NGTCP2) && !defined(UNITTESTS)
#define H3VERSION "h3-28"
#else