gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 64/220: quiche: show the actual version number


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 64/220: quiche: show the actual version number
Date: Thu, 12 Sep 2019 17:27:04 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit e9bbc81299ebe978c4b51d5bdb2ab7c6683cc0aa
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Aug 5 23:12:59 2019 +0200

    quiche: show the actual version number
---
 lib/vquic/quiche.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]