[PATCH] HTTP: trigger lingering close when keepalive connection will be closed

2023-01-18 Thread Miao Wang
# HG changeset patch # User Miao Wang # Date 1674055068 -28800 # Wed Jan 18 23:17:48 2023 +0800 # Node ID 73aa64bd29f3dec9e43e97560d6b5a07cdf40063 # Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9 HTTP: trigger lingering close when keepalive connection will be closed When finalizing a reque

[PATCH] Fixed handling of very long locations (ticket #2435)

2023-01-18 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1674071317 -10800 # Wed Jan 18 22:48:37 2023 +0300 # Node ID 4af6cc78dc72fbb15326e6ffbbd30935f0cb794b # Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9 Fixed handling of very long locations (ticket #2435). Previously, location prefix length in

[njs] Added njs_vm_add_module().

2023-01-18 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/6bcfa2934487 branches: changeset: 2025:6bcfa2934487 user: Dmitry Volyntsev date: Fri Jan 06 20:39:01 2023 -0800 description: Added njs_vm_add_module(). The new API does not require for njs_mod_t structure to be disclosed. diffstat: external/n

[njs] Shell: increased max output size for console.log() to 32768.

2023-01-18 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/8b9414a6e557 branches: changeset: 2026:8b9414a6e557 user: Dmitry Volyntsev date: Wed Jan 18 18:33:23 2023 -0800 description: Shell: increased max output size for console.log() to 32768. diffstat: src/njs_vm.c | 2 +- 1 files changed, 1 insert