libmicrohttpd

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

commit fbb768d9104ddb90ee94c12b5bbcee54fcf72e17
parent 8565e7a8a9e38ae2a2027624cc12c73ef9628f09
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 28 Oct 2022 15:01:42 +0300

Fixing missing status update after 8565e7a8a9e38ae2a2027624cc12c73ef9628f09

Diffstat:
Msrc/microhttpd/connection.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)) &&