gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 326/411: ngtcp2: adapt to recent nghttp3 updates


From: gnunet
Subject: [gnurl] 326/411: ngtcp2: adapt to recent nghttp3 updates
Date: Wed, 13 Jan 2021 01:22:21 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 5d57a79929e90c380a7f79392a4f3829db1235be
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Sun Nov 8 20:55:15 2020 +0100

    ngtcp2: adapt to recent nghttp3 updates
    
    'reset_stream' was added to the nghttp3_conn_callbacks struct
    
    Closes #6185
---
 lib/vquic/ngtcp2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index d6837b18c..cf2aeb474 100644
--- a/lib/vquic/ngtcp2.c
+++ b/lib/vquic/ngtcp2.c
@@ -1163,6 +1163,7 @@ static nghttp3_conn_callbacks ngh3_callbacks = {
   cb_h3_send_stop_sending,
   NULL, /* push_stream */
   NULL, /* end_stream */
+  NULL, /* reset_stream */
 };
 
 static int init_ngh3_conn(struct quicsocket *qs)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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