From: Daniel Stenberg Date: Wed, 25 Sep 2019 10:06:20 +0000 (+0200) Subject: altsvc: save h3 as h3-23 X-Git-Tag: curl-7_67_0~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4c6520991a1be63fe8a7120be2ffe8c906be3d5;p=thirdparty%2Fcurl.git altsvc: save h3 as h3-23 Follow-up to d176a2c7e5 --- diff --git a/lib/altsvc.c b/lib/altsvc.c index ecf6f39465..689991b63e 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