commit | 72db760eca850562cc89c550c6cf9f54d657f532 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Nov 23 15:46:21 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Nov 23 15:46:21 2009 +0000 |
tree | af6ddc31736caa6dcf4327fd8990aa1ccfab4f41 | |
parent | 8019121120853dbdab475ec9091f0aeb2aad7bbb [diff] [blame] |
add NGX_PROCESS_HELPER process status
diff --git a/src/event/modules/ngx_poll_module.c b/src/event/modules/ngx_poll_module.c index e45942b..10098d6 100644 --- a/src/event/modules/ngx_poll_module.c +++ b/src/event/modules/ngx_poll_module.c
@@ -72,7 +72,7 @@ nevents = 0; } - if (ngx_process == NGX_PROCESS_WORKER + if (ngx_process >= NGX_PROCESS_WORKER || cycle->old_cycle == NULL || cycle->old_cycle->connection_n < cycle->connection_n) {