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 comments


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Added FIXME comments
Date: Sun, 08 Jan 2017 21:50:41 +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 491d411a Added FIXME comments
491d411a is described below

commit 491d411a0173ffd71f089c938ef7a32bf9fc62b5
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jan 8 23:50:27 2017 +0300

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index a6edd787..f62aad68 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1288,6 +1288,7 @@ thread_main_connection_upgrade (struct MHD_Connection 
*con)
 #endif
               break;
             }
+          /* FIXME: does this check really needed? */
           if (MHD_INVALID_SOCKET != max_fd)
             {
               struct timeval* tvp;
@@ -1363,6 +1364,7 @@ thread_main_connection_upgrade (struct MHD_Connection 
*con)
           else
             timeout = UINT_MAX;
 
+          /* FIXME: does this check really needed? */
           if ( (0 != (p[0].events | p[1].events)) &&
                (MHD_sys_poll_ (p,
                                2,

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



reply via email to

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