libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 491d411a0173ffd71f089c938ef7a32bf9fc62b5
parent 295a4884c7fb4c769c73e8013bd6e47803927703
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  8 Jan 2017 23:50:27 +0300

Added FIXME comments

Diffstat:
Msrc/microhttpd/daemon.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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,