[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.
- [gnunet] 26/39: http3: better http3 detection logic, (continued)
- [gnunet] 26/39: http3: better http3 detection logic, gnunet, 2024/08/25
- [gnunet] 21/39: http3: Remove some unused code, gnunet, 2024/08/25
- [gnunet] 17/39: http3: Update TODOs, gnunet, 2024/08/25
- [gnunet] 11/39: http3: use multiple streams, gnunet, 2024/08/25
- [gnunet] 30/39: http3: Autogenerate certificate when there is no certificate in the configuration file., gnunet, 2024/08/25
- [gnunet] 24/39: http3: Finish HTTP3 layer and now can pass the basic test., gnunet, 2024/08/25
- [gnunet] 23/39: http3: Fix bugs when creating a new HTTP server, gnunet, 2024/08/25
- [gnunet] 18/39: http3: add the timer after sending and writing packets, gnunet, 2024/08/25
- [gnunet] 36/39: http3: Implement bidirect and pass the test., gnunet, 2024/08/25
- [gnunet] 27/39: http3: better http3 detection logic, gnunet, 2024/08/25
- [gnunet] 28/39: http3: Gracefully delete closed connections.,
gnunet <=
- [gnunet] 29/39: http3: Load certificates from the configuration file., gnunet, 2024/08/25
- [gnunet] 34/39: http3: Change some functions and parameters to static., gnunet, 2024/08/25
- [gnunet] 31/39: http3: Fix certificate loading; fix meson install of files, gnunet, 2024/08/25
- [gnunet] 33/39: http3: Add comments; remove unneeded parameters., gnunet, 2024/08/25
- [gnunet] 35/39: http3: Add content-type in POST request., gnunet, 2024/08/25
- [gnunet] 37/39: http3: The client continues to send GET requests., gnunet, 2024/08/25
- [gnunet] 32/39: http3: proper nghttp3/tcp2 detection with automake, gnunet, 2024/08/25
- [gnunet] 38/39: http3: Cancel timer task after the peer finished test., gnunet, 2024/08/25
- [gnunet] 39/39: http3: Use long polling to improve bidirect communication., gnunet, 2024/08/25