Events: backout eventport changes (r5172) for now.

Evenport method needs more work.  Changes in r5172, while being correct,
introduce various new regressions with current code.
This commit is contained in:
Maxim Dounin 2013-04-16 12:58:03 +00:00
parent c724e9cbe7
commit f22b2c2f8b

View file

@ -530,14 +530,6 @@ ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
rev = c->read;
wev = c->write;
if (!rev->active) {
revents &= ~POLLIN;
}
if (!wev->active) {
revents &= ~POLLOUT;
}
rev->active = 0;
wev->active = 0;