~titusx/nginx/mainline

Viewing all changes in revision 6703.

  • Committer: Ruslan Ermilov
  • Date: 2020-06-01 19:31:23 UTC
  • Revision ID: git-v1:9c3ac44de268f0cf057bc5dd67929e74c9bbc3e3
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: