diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c index a70fb22373..e1b9e30cec 100644 --- a/lib/vquic/quiche.c +++ b/lib/vquic/quiche.c @@ -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