[njs] Fetch: fixed typo in debug level.

2023-03-03 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/163229f0c552 branches: changeset: 2062:163229f0c552 user: Dmitry Volyntsev date: Fri Mar 03 17:49:10 2023 -0800 description: Fetch: fixed typo in debug level. diffstat: nginx/ngx_js_fetch.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deleti

[njs] Fixed Array.prototype.sort() when array is changed while sorting.

2023-03-03 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/7ad9dd5da3fb branches: changeset: 2063:7ad9dd5da3fb user: Dmitry Volyntsev date: Fri Mar 03 17:49:11 2023 -0800 description: Fixed Array.prototype.sort() when array is changed while sorting. Previously, the fast-path check did not take into acco

[njs] Fixed njs_string_to_number() with additional space symbols.

2023-03-03 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/9367f3dfe0d9 branches: changeset: 2064:9367f3dfe0d9 user: Artem S. Povalyukhin date: Fri Mar 03 22:57:30 2023 +0300 description: Fixed njs_string_to_number() with additional space symbols. This closes #621 issue on Github. diffstat: src/njs_s