gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (6fe3a41c -> 7a2bc355)


From: gnunet
Subject: [libmicrohttpd] branch master updated (6fe3a41c -> 7a2bc355)
Date: Mon, 19 Feb 2024 10:23:00 +0100

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 6fe3a41c -whitespace and indentation changes only
     new 09fa10e9 MHD_queue_response(): do not return MHD_YES when shutting 
down the daemon
     new 7a2bc355 Partial revert "-whitespace and indentation changes only"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/microhttpd/connection.c | 3 +--
 src/testzzuf/Makefile.am    | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index aa7734ab..44f075a3 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -7882,8 +7882,7 @@ MHD_queue_response (struct MHD_Connection *connection,
     return MHD_NO; /* Wrong connection state */
 
   if (daemon->shutdown)
-    return MHD_YES; /* If daemon was shut down in parallel,
-                     * response will be aborted now or on later stage. */
+    return MHD_NO;
 
 #ifdef UPGRADE_SUPPORT
   if (NULL != response->upgrade_handler)
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index 5aa7cfa7..20d58988 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -8,10 +8,10 @@ SUBDIRS  = .
 ZZUF_SEED = 0
 
 # Additional flags for zzuf
-ZZUF_FLAGS =
+ZZUF_FLAGS = 
 
 # Additional flags for socat (if socat is used)
-SOCAT_FLAGS =
+SOCAT_FLAGS = 
 
 if FORCE_USE_ZZUF_SOCAT
 TEST_RUNNER_SCRIPT = zzuf_socat_test_runner.sh

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