[njs] Types: extending data types for methods with NjsStringLike args.

2020-11-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/5bd78c74777a branches: changeset: 1572:5bd78c74777a user: Dmitry Volyntsev date: Thu Nov 26 11:10:59 2020 + description: Types: extending data types for methods with NjsStringLike args. diffstat: test/ts/test.ts | 5 - t

[njs] Types: added description for "ngx" object.

2020-11-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/42dfbf020c68 branches: changeset: 1573:42dfbf020c68 user: Dmitry Volyntsev date: Thu Nov 26 11:11:01 2020 + description: Types: added description for "ngx" object. diffstat: test/ts/test.ts | 9 +++-- ts/ngx_core.d.ts

[njs] Modules: renaming vars to rawVariables to better reflect purpose.

2020-11-26 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/a141a29417dc branches: changeset: 1574:a141a29417dc user: Dmitry Volyntsev date: Thu Nov 26 11:36:03 2020 + description: Modules: renaming vars to rawVariables to better reflect purpose. In 434f20c29f4c, obj.vars was introduced. obj.vars is

[njs] Modules: fixed promise events handling.

2020-11-26 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/fac7e5dc8009 branches: changeset: 1575:fac7e5dc8009 user: Alexander Borisov date: Thu Nov 26 21:43:17 2020 +0300 description: Modules: fixed promise events handling. Previously, promise chain might not be invoked at all in some cases. Specifical

[PATCH] Core: fixed inconsistent state of subrequest's headers_in list

2020-11-26 Thread Jan Prachař
# HG changeset patch # User Jan Prachař # Date 1606420825 -3600 # Thu Nov 26 21:00:25 2020 +0100 # Node ID cf3d537ec6706f8713a757df256f2cfccb8f9b01 # Parent e35b529b03781e64912e0d8a72bd0f957dc08cd2 Core: fixed inconsistent state of subrequest's headers_in list When copying structure ngx_li

[nginx] Version bump.

2020-11-26 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/ac09a57ec50d branches: changeset: 7749:ac09a57ec50d user: Ruslan Ermilov date: Thu Nov 26 23:46:59 2020 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines)

[nginx] Upstream: excluded down servers from the next_upstream tries.

2020-11-26 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/90cc7194e993 branches: changeset: 7750:90cc7194e993 user: Ruslan Ermilov date: Fri Nov 27 00:01:20 2020 +0300 description: Upstream: excluded down servers from the next_upstream tries. Previously, the number of next_upstream tries included ser