comparison src/core/ngx_connection.c @ 6126:adba26ff70b5

Removed the obsolete rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:17:40 +0300
parents 4dc8e7b62216
children 4f6efabcb09b
comparison
equal deleted inserted replaced
6125:4dc8e7b62216 6126:adba26ff70b5
762 762
763 c = ls[i].connection; 763 c = ls[i].connection;
764 764
765 if (c) { 765 if (c) {
766 if (c->read->active) { 766 if (c->read->active) {
767 if (ngx_event_flags & NGX_USE_RTSIG_EVENT) { 767 if (ngx_event_flags & NGX_USE_EPOLL_EVENT) {
768 ngx_del_conn(c, NGX_CLOSE_EVENT);
769
770 } else if (ngx_event_flags & NGX_USE_EPOLL_EVENT) {
771 768
772 /* 769 /*
773 * it seems that Linux-2.6.x OpenVZ sends events 770 * it seems that Linux-2.6.x OpenVZ sends events
774 * for closed shared listening sockets unless 771 * for closed shared listening sockets unless
775 * the events was explicitly deleted 772 * the events was explicitly deleted