mirror of
https://github.com/curl/curl.git
synced 2026-07-27 08:37:18 +03:00
parent
b3e1ed3160
commit
d9d842989c
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ CURLcode Curl_quic_connect(struct Curl_easy *data,
|
|||
void Curl_quic_ver(char *p, size_t len)
|
||||
{
|
||||
const ngtcp2_info *ng2 = ngtcp2_version(0);
|
||||
nghttp3_info *ht3 = nghttp3_version(0);
|
||||
const nghttp3_info *ht3 = nghttp3_version(0);
|
||||
(void)msnprintf(p, len, "ngtcp2/%s nghttp3/%s",
|
||||
ng2->version_str, ht3->version_str);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue