comparison src/core/ngx_connection.c @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents 1308b98496a2
children 0526206251f6
comparison
equal deleted inserted replaced
345:fade4edd61f8 346:55e496a8ece3
226 */ 226 */
227 227
228 fd /= 4; 228 fd /= 4;
229 #endif 229 #endif
230 230
231 if (ngx_event_flags & NGX_USE_SIGIO_EVENT) { 231 if (ngx_event_flags & NGX_USE_RTSIG_EVENT) {
232 if (cycle->connections[fd].read->active) { 232 if (cycle->connections[fd].read->active) {
233 ngx_del_conn(&cycle->connections[fd], NGX_CLOSE_EVENT); 233 ngx_del_conn(&cycle->connections[fd], NGX_CLOSE_EVENT);
234 } 234 }
235 235
236 } else { 236 } else {