]> granicus.if.org Git - curl/commitdiff
altsvc: save h3 as h3-23
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 Sep 2019 10:06:20 +0000 (12:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 Sep 2019 10:06:55 +0000 (12:06 +0200)
Follow-up to d176a2c7e5

lib/altsvc.c

index ecf6f394654b7f6f37a6d69f2fc108471a792c6d..689991b63efb1051c995d37a9e8d7608e279184f 100644 (file)
@@ -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