mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:05:10 +03:00
quiche: show the actual version number
This commit is contained in:
parent
dc35631ef7
commit
e9bbc81299
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue