aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-25 20:51:12 +0200
committerChristian Grothoff <christian@grothoff.org>2018-03-25 20:51:12 +0200
commit223e88c4164583cdcac06a8b51554dfdf6f3c137 (patch)
treedc5ea0f76922a5b33f75bd72a0f9cfba72673574
parent22895a5504bb93534cec75422877aca8c5e65a02 (diff)
parentcd50c5b3a374141ebfc38afdb20fa5643cb10253 (diff)
downloadlibmicrohttpd-223e88c4164583cdcac06a8b51554dfdf6f3c137.tar.gz
libmicrohttpd-223e88c4164583cdcac06a8b51554dfdf6f3c137.zip
Merge branch 'master' of gnunet.org:libmicrohttpd
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 593a5b44..9c2ea2da 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -502,7 +502,7 @@ socket_start_extra_buffering (struct MHD_Connection *connection)
502#endif /* TCP_NODELAY */ 502#endif /* TCP_NODELAY */
503 (void) connection; /* mute compiler warning, assertion below 503 (void) connection; /* mute compiler warning, assertion below
504 may be compiled out! */ 504 may be compiled out! */
505 mhd_assert(NULL != connection); 505 mhd_assert(NULL != connection);
506#if defined(TCP_NOPUSH) && !defined(TCP_CORK) 506#if defined(TCP_NOPUSH) && !defined(TCP_CORK)
507 /* Buffer data before sending */ 507 /* Buffer data before sending */
508 res = (0 == setsockopt (connection->socket_fd, 508 res = (0 == setsockopt (connection->socket_fd,