aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-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,