comparison src/os/unix/ngx_process.c @ 552:43e02819c5cf NGINX_0_8_28

nginx 0.8.28 *) Bugfix: nginx could not be built with the --without-pcre parameter; the bug had appeared in 0.8.25.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Nov 2009 00:00:00 +0300
parents 86dad910eeb6
children be4f34123024
comparison
equal deleted inserted replaced
551:8af5b52635d0 552:43e02819c5cf
386 } 386 }
387 387
388 break; 388 break;
389 389
390 case NGX_PROCESS_WORKER: 390 case NGX_PROCESS_WORKER:
391 case NGX_PROCESS_HELPER:
391 switch (signo) { 392 switch (signo) {
392 393
393 case ngx_signal_value(NGX_NOACCEPT_SIGNAL): 394 case ngx_signal_value(NGX_NOACCEPT_SIGNAL):
394 ngx_debug_quit = 1; 395 ngx_debug_quit = 1;
395 case ngx_signal_value(NGX_SHUTDOWN_SIGNAL): 396 case ngx_signal_value(NGX_SHUTDOWN_SIGNAL):