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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index ffba5b95..1ae623b3 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -611,7 +611,7 @@ post_send_setopt (struct MHD_Connection *connection,
611 * data by setting TCP_NODELAY (TCP_NODELAY will not be removed 611 * data by setting TCP_NODELAY (TCP_NODELAY will not be removed
612 * and is needed to push the data by send() without MSG_MORE). 612 * and is needed to push the data by send() without MSG_MORE).
613 * If send()/sendmsg() will be used next than push data by 613 * If send()/sendmsg() will be used next than push data by
614 * reseting of TCP_CORK so next send without MSG_MORE will push 614 * resetting of TCP_CORK so next send without MSG_MORE will push
615 * data to the network (without additional sys-call to push data). 615 * data to the network (without additional sys-call to push data).
616 * If next final send function will not support MSG_MORE (like 616 * If next final send function will not support MSG_MORE (like
617 * sendfile() or TLS-connection) than push data by setting 617 * sendfile() or TLS-connection) than push data by setting