mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixing missing status update after 8565e7a8a9
This commit is contained in:
@@ -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)) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user