Commit b77d3e787b5522380c65838d3baa22e661eff0db

Isidor Kouvelas 2018-10-30T08:50:08

Epoll ET setting lost with multiple events for same fd After two or more events have been registered for the same file descriptor using EV_ET, if one of the events is deleted, then the epoll_ctl() call issued by libevent drops the EPOLLET flag resulting in level triggered notifications. [ azat: use existing "et" in the evmap_io_del_() ]