From fbb768d9104ddb90ee94c12b5bbcee54fcf72e17 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 28 Oct 2022 15:01:42 +0300 Subject: [PATCH] Fixing missing status update after 8565e7a8a9e38ae2a2027624cc12c73ef9628f09 --- src/microhttpd/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 6b1ad54e..89955e84 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -5312,6 +5312,7 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection) EDLL_insert (daemon->eready_head, daemon->eready_tail, connection); + connection->epoll_state |= MHD_EPOLL_STATE_IN_EREADY_EDLL; } if ( (0 == (connection->epoll_state & MHD_EPOLL_STATE_IN_EPOLL_SET)) &&