gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: mhd_send: clarification of commen


From: gnunet
Subject: [libmicrohttpd] branch master updated: mhd_send: clarification of comment
Date: Mon, 28 Dec 2020 08:27:23 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 9599a5ea mhd_send: clarification of comment
9599a5ea is described below

commit 9599a5ea760802bac7f6aa36c596f726d5f47084
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Dec 28 10:26:43 2020 +0300

    mhd_send: clarification of comment
---
 src/microhttpd/mhd_send.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 3f3a1cdc..8bae006b 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -279,9 +279,9 @@ pre_send_setopt (struct MHD_Connection *connection,
   }
 
   /* Need to push data after send() */
-  /* Prefer to make additional sys-call after the send()
-   * as the next send() may consume only part of the
-   * prepared data and additional send() may be required. */
+  /* If additional sys-call is required prefer to make it after the send()
+   * as the next send() may consume only part of the prepared data and
+   * more send() calls will be used. */
 #ifdef MHD_TCP_CORK_NOPUSH
 #ifdef _MHD_CORK_RESET_PUSH_DATA
 #ifdef _MHD_CORK_RESET_PUSH_DATA_ALWAYS

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]