diff options
Diffstat (limited to 'lib/vquic/quiche.c')
-rw-r--r-- | lib/vquic/quiche.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c index a70fb2237..e1b9e30ce 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 |