libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 94e8d665a1c1d84f1ea67f7e6499bd7b37cb2c46
parent a2103adbc4fec800d9b876ca293c94bd4b1dd9ed
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  7 Feb 2020 14:18:49 +0100

fix #6025

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3281,8 +3281,8 @@ MHD_accept_connection (struct MHD_Daemon *daemon) MHD_DLOG (daemon, _ ("Failed to disable TCP Nagle on socket: %s\n"), MHD_socket_last_strerr_ ()); - } #endif + } #endif #if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK) if (! MHD_socket_nonblocking_ (s))