mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:47:16 +03:00
parent
6e7733f788
commit
a4c6520991
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue