On Wed, Nov 08, 2023 at 07:51:39AM +0300, Artem Pogartsev via nginx-devel wrote:
> diff -r 7ec761f0365f -r eb0dd3d90343 src/os/unix/ngx_process_cycle.c
> if (!ngx_exiting) {
> ngx_exiting = 1;
> +ccf = (ngx_core_conf_t *) ngx_get_conf(cycle->conf_ctx,
Hi,
Sending a patch in previous email, I fully understand that similar
proposals have already been discussed and rejected (those were
implemented in a different approach though):
https://trac.nginx.org/nginx/ticket/1022
https://mailman.nginx.org/pipermail/nginx-devel/2019-January/011804.html
https
# HG changeset patch
# User Artem Pogartsev
# Date 1699416491 -10800
# Wed Nov 08 07:08:11 2023 +0300
# Node ID eb0dd3d903431f4dd7a62d629db457ecddeadd96
# Parent 7ec761f0365f418511e30b82e9adf80bc56681df
Introduced worker_shutdown_idle_delay.
The directive configures a delay before closing i
details: https://hg.nginx.org/njs/rev/d0f7f3c071ad
branches:
changeset: 2229:d0f7f3c071ad
user: Dmitry Volyntsev
date: Tue Nov 07 15:35:35 2023 -0800
description:
Fixed include directories order.
Previously, when the previous version of njs.h is installed, an outdated
version of njs
details: https://hg.nginx.org/njs/rev/eab7fa4b82b6
branches:
changeset: 2228:eab7fa4b82b6
user: Dmitry Volyntsev
date: Tue Nov 07 15:35:25 2023 -0800
description:
Removed leftover njs directory include directory path.
diffstat:
auto/make | 12 ++--
1 files changed, 6 inse
details: https://hg.nginx.org/njs/rev/9dc131d53eda
branches:
changeset: 2227:9dc131d53eda
user: Dmitry Volyntsev
date: Tue Nov 07 15:35:18 2023 -0800
description:
Version bump.
diffstat:
src/njs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff