[njs] Fixed handling of unhandled promise rejection.

2022-09-27 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/1137ad409fee branches: changeset: 1967:1137ad409fee user: Dmitry Volyntsev date: Tue Sep 27 16:52:31 2022 -0700 description: Fixed handling of unhandled promise rejection. Previously, a direct pointer to the first element of an array of rejected

[njs] Fetch: added support for HEAD method.

2022-09-27 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/770f64020ada branches: changeset: 1966:770f64020ada user: Dmitry Volyntsev date: Tue Sep 27 16:40:06 2022 -0700 description: Fetch: added support for HEAD method. This closes #577 issue on Github. diffstat: nginx/ngx_js_fetch.c | 15

Re: [PATCH] fix weakness by logging of broken header by incorect proxy protocol (IDS/IPS/LOG-analysis)

2022-09-27 Thread Maxim Dounin
Hello! On Mon, Sep 26, 2022 at 11:16:05PM +0200, Dipl. Ing. Sergey Brester via nginx-devel wrote: > below is a patch to fix a weakness by logging of broken header by > incorrect proxy protocol. > > If some service (IDS/IPS) analyzing or monitoring log-file, regularly > formatted lines may be s

Re: [PATCH] Linux packages: reword to mention supported RHEL derivatives

2022-09-27 Thread Maxim Dounin
Hello! On Tue, Sep 27, 2022 at 04:14:58PM +0400, Konstantin Pavlov wrote: > # HG changeset patch > # User Konstantin Pavlov > # Date 1664280815 -14400 > # Tue Sep 27 16:13:35 2022 +0400 > # Node ID 9d1eec5b03a4ff9d863ad49b47721d713dcec76f > # Parent 8878680962d05f778f187efcfb163a76c1dfacb7

Re: [PATCH 01 of 11] SSL: disabled saving tickets to session cache

2022-09-27 Thread Maxim Dounin
Hello! On Mon, Sep 26, 2022 at 02:11:17PM +0400, Sergey Kandaurov wrote: > > On 17 Sep 2022, at 00:58, Maxim Dounin wrote: > > > > On Thu, Sep 15, 2022 at 09:36:31AM +0400, Sergey Kandaurov wrote: > > > >>> On 26 Aug 2022, at 07:01, Maxim Dounin wrote: > >>> > >>> # HG changeset patch > >>>

[njs] Modules: js_merge_conf is moved to shared library.

2022-09-27 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/43e35b05fd1b branches: changeset: 1965:43e35b05fd1b user: Vadim Zhestikov date: Tue Sep 27 10:56:54 2022 -0700 description: Modules: js_merge_conf is moved to shared library. diffstat: nginx/ngx_http_js_module.c | 88 +--

[njs] Modules: common code is moved to shared library.

2022-09-27 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/b92fa931a0f2 branches: changeset: 1964:b92fa931a0f2 user: Vadim Zhestikov date: Tue Sep 27 09:32:56 2022 -0700 description: Modules: common code is moved to shared library. diffstat: nginx/ngx_http_js_module.c | 373 ++--

Re: [PATCH] Linux packages: reword to mention supported RHEL derivatives

2022-09-27 Thread Sergey Kandaurov
> On 27 Sep 2022, at 16:14, Konstantin Pavlov wrote: > > # HG changeset patch > # User Konstantin Pavlov > # Date 1664280815 -14400 > # Tue Sep 27 16:13:35 2022 +0400 > # Node ID 9d1eec5b03a4ff9d863ad49b47721d713dcec76f > # Parent 8878680962d05f778f187efcfb163a76c1dfacb7 > Linux packages

[PATCH] Linux packages: reword to mention supported RHEL derivatives

2022-09-27 Thread Konstantin Pavlov
# HG changeset patch # User Konstantin Pavlov # Date 1664280815 -14400 # Tue Sep 27 16:13:35 2022 +0400 # Node ID 9d1eec5b03a4ff9d863ad49b47721d713dcec76f # Parent 8878680962d05f778f187efcfb163a76c1dfacb7 Linux packages: reword to mention supported RHEL derivatives. diff -r 8878680962d0 -r

Re: [PATCH] Core: support for reading PROXY protocol v2 TLVs

2022-09-27 Thread Roman Arutyunyan
Hi, On Tue, Sep 20, 2022 at 05:46:50AM +0300, Maxim Dounin wrote: > Hello! > > On Tue, Sep 13, 2022 at 07:03:04PM +0400, Roman Arutyunyan wrote: > > > On Tue, Sep 13, 2022 at 12:30:17AM +0300, Maxim Dounin wrote: > > > Hello! > > > > > > On Fri, Sep 09, 2022 at 07:46:58PM +0400, Roman Arutyunya