gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Added FIXME comment


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Added FIXME comment
Date: Mon, 09 Jan 2017 20:09:40 +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 b0b86333 Added FIXME comment
b0b86333 is described below

commit b0b86333560ad23f7d89f4284639bb327498470e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Jan 9 22:09:28 2017 +0300

    Added FIXME comment
---
 src/microhttpd/daemon.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 1fc158b5..802585c6 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3837,6 +3837,8 @@ MHD_epoll (struct MHD_Daemon *daemon,
              /* run 'accept' until it fails or we are not allowed to take
                 on more connections */
              series_length = 0;
+             /* FIXME: If more than 128 connections are pending, the rest
+              * of them will not trigger next epoll_wait()? */
              while ( (MHD_YES == MHD_accept_connection (daemon)) &&
                      (daemon->connections < daemon->connection_limit) &&
                      (series_length < 128) &&

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



reply via email to

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