From: Daniel Stenberg Date: Wed, 25 Sep 2019 10:06:20 +0000 (+0200) Subject: altsvc: save h3 as h3-23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4c6520991a1be63fe8a7120be2ffe8c906be3d5;p=curl altsvc: save h3 as h3-23 Follow-up to d176a2c7e5 --- diff --git a/lib/altsvc.c b/lib/altsvc.c index ecf6f3946..689991b63 100644 --- a/lib/altsvc.c +++ b/lib/altsvc.c @@ -74,7 +74,7 @@ const char *Curl_alpnid2str(enum alpnid id) return "h2"; case ALPN_h3: #if (defined(USE_QUICHE) || defined(USE_NGHTTP2)) && !defined(UNITTESTS) - return "h3-22"; + return "h3-23"; #else return "h3"; #endif