No description
Find a file
Maxim Dounin 9b5e7e3e21 Events: fixed "port_dissociate() failed" alerts with eventport.
If an attempt is made to delete an event which was already reported,
port_dissociate() returns an error.  Fix is avoid doing anything if
ev->active is not set.

Possible alternative approach would be to avoid calling ngx_del_event()
at all if ev->active is not set.  This approach, however, will require
something else to re-add the other event of the connection, since both
read and write events are dissociated if an event is reported on a file
descriptor.  Currently ngx_eventport_del_event() re-associates write
event if called to delete read event, and vice versa.
2021-03-28 17:45:29 +03:00
auto Mail: realip module. 2021-03-05 17:16:29 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, default highlighting (ticket #2141). 2021-02-25 23:42:25 +03:00
docs nginx-1.19.8-RELEASE 2021-03-09 18:27:50 +03:00
misc Updated OpenSSL used for win32 builds. 2021-03-09 16:38:55 +03:00
src Events: fixed "port_dissociate() failed" alerts with eventport. 2021-03-28 17:45:29 +03:00