aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-07 14:18:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-07 14:18:49 +0100
commit94e8d665a1c1d84f1ea67f7e6499bd7b37cb2c46 (patch)
tree5fdc83c0d87d3757608749a81e8a213183abb9a5
parenta2103adbc4fec800d9b876ca293c94bd4b1dd9ed (diff)
downloadlibmicrohttpd-94e8d665a1c1d84f1ea67f7e6499bd7b37cb2c46.tar.gz
libmicrohttpd-94e8d665a1c1d84f1ea67f7e6499bd7b37cb2c46.zip
fix #6025
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index c879a2df..516b432e 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3281,8 +3281,8 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
3281 MHD_DLOG (daemon, 3281 MHD_DLOG (daemon,
3282 _ ("Failed to disable TCP Nagle on socket: %s\n"), 3282 _ ("Failed to disable TCP Nagle on socket: %s\n"),
3283 MHD_socket_last_strerr_ ()); 3283 MHD_socket_last_strerr_ ());
3284 }
3285#endif 3284#endif
3285 }
3286#endif 3286#endif
3287#if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK) 3287#if ! defined(USE_ACCEPT4) || ! defined(HAVE_SOCK_NONBLOCK)
3288 if (! MHD_socket_nonblocking_ (s)) 3288 if (! MHD_socket_nonblocking_ (s))