altsvc: save h3 as h3-23

Follow-up to d176a2c7e5
This commit is contained in:
Daniel Stenberg 2019-09-25 12:06:20 +02:00
parent 6e7733f788
commit a4c6520991
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View 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