Fixing missing status update after 8565e7a8a9

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-28 15:02:24 +03:00
parent 8565e7a8a9
commit fbb768d910
+1
View File
@@ -5312,6 +5312,7 @@ MHD_connection_epoll_update_ (struct MHD_Connection *connection)
EDLL_insert (daemon->eready_head, EDLL_insert (daemon->eready_head,
daemon->eready_tail, daemon->eready_tail,
connection); connection);
connection->epoll_state |= MHD_EPOLL_STATE_IN_EREADY_EDLL;
} }
if ( (0 == (connection->epoll_state & MHD_EPOLL_STATE_IN_EPOLL_SET)) && if ( (0 == (connection->epoll_state & MHD_EPOLL_STATE_IN_EPOLL_SET)) &&