[njs] Fixed typos introduced in ff7eb3c4bf76.

2023-08-22 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/71bf45ec8f77 branches: changeset: 2182:71bf45ec8f77 user: Dmitry Volyntsev date: Tue Aug 22 11:12:01 2023 -0700 description: Fixed typos introduced in ff7eb3c4bf76. diffstat: nginx/ngx_js_shared_dict.h | 2 +- 1 files changed, 1 insertions(+)

[njs] HTTP: simplified events handling.

2023-08-22 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/4cb8e873e8c6 branches: changeset: 2183:4cb8e873e8c6 user: Dmitry Volyntsev date: Tue Aug 22 11:12:02 2023 -0700 description: HTTP: simplified events handling. diffstat: nginx/ngx_http_js_module.c | 15 +++ 1 files changed, 3 inser

[njs] Modules: introduced js_periodic directive.

2023-08-22 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/f1bd0b1db065 branches: changeset: 2184:f1bd0b1db065 user: Dmitry Volyntsev date: Tue Aug 22 11:13:09 2023 -0700 description: Modules: introduced js_periodic directive. The directive specifies a JS handler to run at regular intervals. The JS hand

Re: [PATCH] QUIC: posted generating TLS Key Update next keys

2023-08-22 Thread Sergey Kandaurov
> On 21 Aug 2023, at 20:17, Sergey Kandaurov wrote: > > # HG changeset patch > # User Sergey Kandaurov > # Date 1692634530 -14400 > # Mon Aug 21 20:15:30 2023 +0400 > # Node ID 4215a1d1426c23a06df6229b986d36e838594a91 > # Parent 44536076405cf79ebdd82a6a0ab27bb3aed86b04 > QUIC: posted gene