From a4c6520991a1be63fe8a7120be2ffe8c906be3d5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 25 Sep 2019 12:06:20 +0200 Subject: altsvc: save h3 as h3-23 Follow-up to d176a2c7e5 --- lib/altsvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/altsvc.c') 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 -- cgit v1.2.3