gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 165/220: ngtcp2: use nghttp3_version()


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 165/220: ngtcp2: use nghttp3_version()
Date: Thu, 12 Sep 2019 17:28:45 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b959c2f775acabbe8b84896cadb941f7252f8870
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Aug 25 18:09:37 2019 +0200

    ngtcp2: use nghttp3_version()
---
 lib/vquic/ngtcp2.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index 6071c5906..5fd65429f 100644
--- a/lib/vquic/ngtcp2.c
+++ b/lib/vquic/ngtcp2.c
@@ -1155,8 +1155,9 @@ CURLcode Curl_quic_connect(struct connectdata *conn,
 int Curl_quic_ver(char *p, size_t len)
 {
   ngtcp2_info *ng2 = ngtcp2_version(0);
+  nghttp3_info *ht3 = nghttp3_version(0);
   return msnprintf(p, len, " ngtcp2/%s nghttp3/%s",
-                   ng2->version_str, NGHTTP3_VERSION);
+                   ng2->version_str, ht3->version_str);
 }
 
 static int ng_getsock(struct connectdata *conn, curl_socket_t *socks)

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



reply via email to

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