From 33b8e5bc0698c96177a69aa783375aa47ac980d1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 23 Apr 2015 14:17:40 +0300 Subject: Removed the obsolete rtsig module. --- src/core/ngx_connection.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/core/ngx_connection.c') diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 025fbeb4f..52b97ce89 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -764,10 +764,7 @@ ngx_close_listening_sockets(ngx_cycle_t *cycle) if (c) { if (c->read->active) { - if (ngx_event_flags & NGX_USE_RTSIG_EVENT) { - ngx_del_conn(c, NGX_CLOSE_EVENT); - - } else if (ngx_event_flags & NGX_USE_EPOLL_EVENT) { + if (ngx_event_flags & NGX_USE_EPOLL_EVENT) { /* * it seems that Linux-2.6.x OpenVZ sends events -- cgit