gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: call_handlers(): add


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: call_handlers(): added clarifying comment.
Date: Sun, 19 Mar 2017 09:46:36 +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 192f1e9f call_handlers(): added clarifying comment.
192f1e9f is described below

commit 192f1e9fab410e9fea914d2a4eefcfadd2180e78
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Mar 19 11:46:22 2017 +0300

    call_handlers(): added clarifying comment.
---
 src/microhttpd/daemon.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 3d9d95df..03266204 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1203,6 +1203,9 @@ call_handlers (struct MHD_Connection *con,
    * zero timeout for next select()/poll(). */
   /* Thread-per-connection do not need global zero timeout as
    * connections are processed individually. */
+  /* Note: no need to check for read buffer availability for
+   * TLS read-ready connection in 'read info' state as connection
+   * without space in read buffer will be market as 'info block'. */
   if ( (!con->daemon->data_already_pending) &&
        (0 == (con->daemon->options & MHD_USE_THREAD_PER_CONNECTION)) )
     {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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