Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-10-04 Thread Yusuke Nojima
Thank you for your comment! > Could you please provide some more details about the use case, > such as how locations are used, and what is the approximate number > of locations being used? Our team provides development environments to our company's engineers and QA. In this environment,

[njs] XML: fixed exception handling.

2023-10-04 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/632002c161b1 branches: changeset: 2216:632002c161b1 user: Dmitry Volyntsev date: Wed Oct 04 15:00:02 2023 -0700 description: XML: fixed exception handling. This closes #675 issue on Github. diffstat: external/njs_xml_module.c | 2 +-

Re: [PATCH] Auth basic: Cache credentials if auth_basic_user_file is static

2023-10-04 Thread Toshihito Kikuchi
Hi, On Tue, Oct 3, 2023 at 6:03 PM Maxim Dounin wrote: > > Hello! > > On Tue, Oct 03, 2023 at 03:46:05PM -0700, Toshihito Kikuchi wrote: > > > # HG changeset patch > > # User Toshihito Kikuchi > > # Date 1696359541 25200 > > # Tue Oct 03 11:59:01 2023 -0700 > > # Node ID

[njs] Improved memory footprint of RegExp.prototype.split().

2023-10-04 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/c0aad58cfadb branches: changeset: 2215:c0aad58cfadb user: Dmitry Volyntsev date: Wed Oct 04 13:35:38 2023 -0700 description: Improved memory footprint of RegExp.prototype.split(). diffstat: src/njs_regexp.c | 16 1 files

[njs] Improved memory footprint of RegExp.prototype.replace().

2023-10-04 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/cf85d0f8640a branches: changeset: 2214:cf85d0f8640a user: Dmitry Volyntsev date: Tue Oct 03 18:09:06 2023 -0700 description: Improved memory footprint of RegExp.prototype.replace(). diffstat: src/njs_flathsh.c | 9 +

[njs] Improved memory footprint of RegExp.prototype.test().

2023-10-04 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/a6410aad6eab branches: changeset: 2213:a6410aad6eab user: Dmitry Volyntsev date: Tue Oct 03 00:39:04 2023 -0700 description: Improved memory footprint of RegExp.prototype.test(). diffstat: src/njs_regexp.c | 102