From 423f98550f2c5c567bce20f274f6b33ed4f2f1da Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 15:29:25 +0100 Subject: add patch proposal for https://github.com/nginx/unit/issues/600 --- unit-upstream.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 unit-upstream.patch (limited to 'unit-upstream.patch') diff --git a/unit-upstream.patch b/unit-upstream.patch new file mode 100644 index 0000000..8304f65 --- /dev/null +++ b/unit-upstream.patch @@ -0,0 +1,16 @@ +diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c +--- a/src/nxt_main_process.c ++++ b/src/nxt_main_process.c +@@ -972,9 +972,11 @@ nxt_main_process_sigchld_handler(nxt_tas + + if (rt->nprocesses <= 1) { + nxt_runtime_quit(task, 0); ++ ++ return; + } + +- return; ++ continue; + } + + nxt_port_remove_notify_others(task, process); -- cgit