aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index f366ef67..339dad2b 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -330,6 +330,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
330 buffer, 330 buffer,
331 buffer_size, 331 buffer_size,
332 MAYBE_MSG_NOSIGNAL | (want_cork ? MSG_MORE : 0)); 332 MAYBE_MSG_NOSIGNAL | (want_cork ? MSG_MORE : 0));
333 connection->sk_cork_on = want_cork; /* pretend corking happened as requested */
333#else 334#else
334 ret = send (connection->socket_fd, 335 ret = send (connection->socket_fd,
335 buffer, 336 buffer,