commit 223e88c4164583cdcac06a8b51554dfdf6f3c137
parent 22895a5504bb93534cec75422877aca8c5e65a02
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 Mar 2018 20:51:12 +0200
Merge branch 'master' of gnunet.org:libmicrohttpd
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -502,7 +502,7 @@ socket_start_extra_buffering (struct MHD_Connection *connection)
#endif /* TCP_NODELAY */
(void) connection; /* mute compiler warning, assertion below
may be compiled out! */
- mhd_assert(NULL != connection);
+ mhd_assert(NULL != connection);
#if defined(TCP_NOPUSH) && !defined(TCP_CORK)
/* Buffer data before sending */
res = (0 == setsockopt (connection->socket_fd,