gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 28/39: http3: Gracefully delete closed connections.


From: gnunet
Subject: [gnunet] 28/39: http3: Gracefully delete closed connections.
Date: Sun, 25 Aug 2024 15:16:24 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 3119f93cd1ea2f9e82223c6b4cd92453c839445d
Author: Shichao <mrrr61@outlook.com>
AuthorDate: Sat Jul 27 17:25:42 2024 +0800

    http3: Gracefully delete closed connections.
---
 src/service/transport/gnunet-communicator-http3.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/service/transport/gnunet-communicator-http3.c 
b/src/service/transport/gnunet-communicator-http3.c
index 5b723d9f0..4e61ce031 100644
--- a/src/service/transport/gnunet-communicator-http3.c
+++ b/src/service/transport/gnunet-communicator-http3.c
@@ -2613,6 +2613,7 @@ get_connection_delete_it (void *cls,
   struct Connection *connection = value;
   (void) cls;
   (void) key;
+  handle_error (connection);
   connection_destroy (connection);
   return GNUNET_OK;
 }

-- 
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]