]> git.kaiwu.me - nginx.git/commit
Fixed SIGQUIT not removing listening UNIX sockets (closes #753).
authorRuslan Ermilov <ru@nginx.com>
Mon, 1 Jun 2020 19:31:23 +0000 (22:31 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 1 Jun 2020 19:31:23 +0000 (22:31 +0300)
commit9c3ac44de268f0cf057bc5dd67929e74c9bbc3e3
treeefd5b0a5a0a9b1e15997fb022d11c8b29c4a5347
parentda370de9904e00f48e59e92f8bff29d5fe6a3ff2
Fixed SIGQUIT not removing listening UNIX sockets (closes #753).

Listening UNIX sockets were not removed on graceful shutdown, preventing
the next runs.  The fix is to replace the custom socket closing code in
ngx_master_process_cycle() by the ngx_close_listening_sockets() call.
src/os/unix/ngx_process_cycle.c