Re: [PATCH] HTTP: Support mixed addr configuration for PROXY protocol in RealIP module

2023-02-02 Thread Maxim Dounin
Hello! On Thu, Feb 02, 2023 at 11:06:25PM +0100, Ryan Lahfa wrote: > # HG changeset patch > # User Ryan Lahfa > # Date 1675214187 -3600 > # Wed Feb 01 02:16:27 2023 +0100 > # Node ID 53cf9a05e1ae1535166f45582eb4bf5aa34c23ea > # Parent 106328a70f4ecb32f828d33e5cd66c861e455f92 > HTTP: Suppor

Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed

2023-02-02 Thread Maxim Dounin
Hello! On Thu, Feb 02, 2023 at 06:53:20PM +0400, Sergey Kandaurov wrote: > > On 27 Jan 2023, at 08:01, Maxim Dounin wrote: > > > > Hello! > > > > [..] > > Overall, after looking into logs and tcpdump you've provided I > > tend to think that the only working fix would be to introduce > > c->p

[PATCH] HTTP: Support mixed addr configuration for PROXY protocol in RealIP module

2023-02-02 Thread Ryan Lahfa
# HG changeset patch # User Ryan Lahfa # Date 1675214187 -3600 # Wed Feb 01 02:16:27 2023 +0100 # Node ID 53cf9a05e1ae1535166f45582eb4bf5aa34c23ea # Parent 106328a70f4ecb32f828d33e5cd66c861e455f92 HTTP: Support mixed addr configuration for PROXY protocol in RealIP module This ensures that u

Re: [PATCH] Gzip static: ranges support (ticket #2349)

2023-02-02 Thread Maxim Dounin
Hello! On Thu, Feb 02, 2023 at 01:05:19PM +0400, Sergey Kandaurov wrote: > > On 29 Jan 2023, at 00:03, Maxim Dounin wrote: > > > > Hello! > > > > On Wed, Jan 25, 2023 at 01:50:56PM +0400, Sergey Kandaurov wrote: > > > >>> On 24 Jan 2023, at 06:19, Maxim Dounin wrote: > >>> > > [..] > >>

Re: [PATCH] QUIC: OpenSSL compatibility layer

2023-02-02 Thread Sergey Kandaurov
On Mon, Jan 09, 2023 at 03:13:16PM +0400, Roman Arutyunyan wrote: > # HG changeset patch > # User Roman Arutyunyan > # Date 1673262402 -14400 > # Mon Jan 09 15:06:42 2023 +0400 > # Branch quic > # Node ID 4e5dfe13c84fe50bec639f1b7dcc81604378a42b > # Parent aaa2a3831eefe4315dfb8a9be7178c79ff6

[njs] Fixed RegExp.prototype[@@replace]().

2023-02-02 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/286675dcfbc5 branches: changeset: 2037:286675dcfbc5 user: Vadim Zhestikov date: Thu Feb 02 10:01:26 2023 -0800 description: Fixed RegExp.prototype[@@replace](). Previously, when RegExpExec() returned a fast-array with gaps String.prototype.repla

Re: [PATCH] HTTP: trigger lingering close when keepalive connection will be closed

2023-02-02 Thread Sergey Kandaurov
> On 27 Jan 2023, at 08:01, Maxim Dounin wrote: > > Hello! > > [..] > Overall, after looking into logs and tcpdump you've provided I > tend to think that the only working fix would be to introduce > c->pipeline flag, and force lingering close if there were any > pipelined requests on the con

Re: [PATCH] Gzip static: ranges support (ticket #2349)

2023-02-02 Thread Sergey Kandaurov
> On 29 Jan 2023, at 00:03, Maxim Dounin wrote: > > Hello! > > On Wed, Jan 25, 2023 at 01:50:56PM +0400, Sergey Kandaurov wrote: > >>> On 24 Jan 2023, at 06:19, Maxim Dounin wrote: >>> > [..] >>> >>> diff --git a/src/http/modules/ngx_http_flv_module.c >>> b/src/http/modules/ngx_http_fl