]> git.kaiwu.me - nginx.git/commit
SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 22 Aug 2011 12:34:48 +0000 (12:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 22 Aug 2011 12:34:48 +0000 (12:34 +0000)
commit566dfe0c7fc4ca8405cbed3f9cdacea29d584055
treee2ca1875908b654c929b3c62f21fca5e5f4b2376
parent0d18687b03b2ebfe83a70ae4b4612c33129d4e04
SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
Non-daemon mode is currently used by supervisord, daemontools and so on
or during debugging. The NOACCEPT signal is only used for online upgrade
which is not supported when nginx is run under supervisord, etc.,
so this change should not break existant setups.
src/os/unix/ngx_process.c