mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
quiche: show the actual version number
This commit is contained in:
parent
dc35631ef7
commit
e9bbc81299
@ -401,7 +401,7 @@ static ssize_t h3_stream_send(struct connectdata *conn,
|
||||
*/
|
||||
int Curl_quic_ver(char *p, size_t len)
|
||||
{
|
||||
return msnprintf(p, len, " quiche");
|
||||
return msnprintf(p, len, " quiche/%s", quiche_version());
|
||||
}
|
||||
|
||||
#ifdef DEBUG_HTTP3
|
||||
|
Loading…
Reference in New Issue
Block a user