aboutsummaryrefslogtreecommitdiff
path: root/lib/altsvc.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-09-21 15:46:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-09-21 23:11:29 +0200
commitd176a2c7e5c440fd79c9a7758c181c371d5e0f7e (patch)
tree44856cd38c43dde315abccdff8741cf5c3b246a2 /lib/altsvc.c
parentfe514ad9aefa2cd47c0da97bd8b8b69d58c48683 (diff)
altsvc: both backends run h3-23 now
Closes #4395
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 a649fefd8..ecf6f3946 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -55,7 +55,7 @@ static enum alpnid alpn2alpnid(char *name)
if(strcasecompare(name, "h2"))
return ALPN_h2;
#if (defined(USE_QUICHE) || defined(USE_NGHTTP2)) && !defined(UNITTESTS)
- if(strcasecompare(name, "h3-22"))
+ if(strcasecompare(name, "h3-23"))
return ALPN_h3;
#else
if(strcasecompare(name, "h3"))