aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/microhttpd/mhd_sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 7172f8ee..cda00fdd 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -528,6 +528,7 @@ MHD_socket_cork_ (MHD_socket sock,
528 TCP_CORK always flushes socket buffer. */ 528 TCP_CORK always flushes socket buffer. */
529 if (0 > send (sock, 529 if (0 > send (sock,
530 &dummy, 530 &dummy,
531 0,
531 0)) 532 0))
532 return 0; /* even force flush failed!? */ 533 return 0; /* even force flush failed!? */
533 return 1; /* success */ 534 return 1; /* success */