mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
altsvc: save h3 as h3-23
Follow-up to d176a2c7e5
This commit is contained in:
parent
6e7733f788
commit
a4c6520991
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user