Re: [PATCH 2 of 2] SSL: SSL_sendfile() support with kernel TLS

2022-11-24 Thread Maxim Dounin
Hello! On Thu, Nov 24, 2022 at 01:21:51PM +0400, Sergey Kandaurov wrote: > > On 27 Sep 2021, at 17:18, Maxim Dounin wrote: > > > > # HG changeset patch > > # User Maxim Dounin > > # Date 1632717779 -10800 > > # Mon Sep 27 07:42:59 2021 +0300 > > # Node ID ff514bf17f7f2257dcf036c5c973b7467

Re: [PATCH] Fixed segfault when switching off master process during upgrade

2022-11-24 Thread Maxim Dounin
Hello! On Thu, Nov 24, 2022 at 01:09:41PM +0400, Roman Arutyunyan wrote: > Hi, > > On Wed, Nov 23, 2022 at 11:52:00PM +0300, Maxim Dounin wrote: > > Hello! > > > > On Wed, Nov 23, 2022 at 05:56:25PM +0400, Roman Arutyunyan wrote: > > > > > Hi, > > > > > > On Sun, Oct 30, 2022 at 05:42:33AM +0

Re: [PATCH] Disabled cloning of sockets without master process (ticket #2403)

2022-11-24 Thread Maxim Dounin
Hello! On Wed, Nov 23, 2022 at 05:56:01PM +0400, Sergey Kandaurov wrote: > > > On 30 Oct 2022, at 06:41, Maxim Dounin wrote: > > > > # HG changeset patch > > # User Maxim Dounin > > # Date 1667097682 -10800 > > # Sun Oct 30 05:41:22 2022 +0300 > > # Node ID b73d95226c84b93e51f23f7b35782d

Re: [PATCH] Filtering duplicate addresses in listen (ticket #2400)

2022-11-24 Thread Maxim Dounin
Hello! On Wed, Nov 23, 2022 at 07:03:32PM +0400, Sergey Kandaurov wrote: > > > On 23 Nov 2022, at 18:46, Maxim Dounin wrote: > > > > Hello! > > > > On Wed, Nov 23, 2022 at 04:56:10PM +0400, Sergey Kandaurov wrote: > > > >> On Sun, Oct 30, 2022 at 05:41:00AM +0300, Maxim Dounin wrote: > >>> #

Re: [patch] ngx_cpp_test module build issue cleanup

2022-11-24 Thread Maxim Dounin
Hello! On Thu, Nov 24, 2022 at 07:51:36PM +0300, Vladimir Homutov via nginx-devel wrote: > On Thu, Nov 24, 2022 at 06:46:15PM +0300, Maxim Dounin wrote: > > Hello! > > > > On Thu, Nov 24, 2022 at 02:31:33PM +0300, Vladimir Homutov via nginx-devel > > wrote: > > > > > On Thu, Nov 24, 2022 at 01:

Re: [patch] ngx_cpp_test module build issue cleanup

2022-11-24 Thread Vladimir Homutov via nginx-devel
On Thu, Nov 24, 2022 at 06:46:15PM +0300, Maxim Dounin wrote: > Hello! > > On Thu, Nov 24, 2022 at 02:31:33PM +0300, Vladimir Homutov via nginx-devel > wrote: > > > On Thu, Nov 24, 2022 at 01:25:30PM +0400, Sergey Kandaurov wrote: > > > > > > > On 23 Nov 2022, at 21:50, Vladimir Homutov via nginx-

Re: [patch] ngx_cpp_test module build issue cleanup

2022-11-24 Thread Maxim Dounin
Hello! On Thu, Nov 24, 2022 at 02:31:33PM +0300, Vladimir Homutov via nginx-devel wrote: > On Thu, Nov 24, 2022 at 01:25:30PM +0400, Sergey Kandaurov wrote: > > > > > On 23 Nov 2022, at 21:50, Vladimir Homutov via nginx-devel > > > wrote: > > > > > > Hello, > > > > > > the simplest ./configure

Re: QUIC: fixed computation of nonce

2022-11-24 Thread Roman Arutyunyan
Hi, On Tue, Nov 22, 2022 at 02:29:47PM +0400, Sergey Kandaurov wrote: > > > On 18 Nov 2022, at 20:48, Yu Zhu wrote: > > > > # HG changeset patch > > # User Yu Zhu > > # Date 1668789115 -28800 > > # Sat Nov 19 00:31:55 2022 +0800 > > # Branch quic > > # Node ID 1a320805265db14904ca9deaae83

Re: [PATCH 08 of 10] QUIC: idle mode for main connection

2022-11-24 Thread Roman Arutyunyan
Hi, On Thu, Oct 20, 2022 at 06:25:03PM +0400, Roman Arutyunyan wrote: > Hi, > > On Thu, Oct 20, 2022 at 03:50:15PM +0400, Sergey Kandaurov wrote: > > On Thu, Sep 08, 2022 at 01:06:35PM +0400, Roman Arutyunyan wrote: > > > # HG changeset patch > > > # User Roman Arutyunyan > > > # Date 1662627133

Re: [patch] ngx_cpp_test module build issue cleanup

2022-11-24 Thread Vladimir Homutov via nginx-devel
On Thu, Nov 24, 2022 at 01:25:30PM +0400, Sergey Kandaurov wrote: > > > On 23 Nov 2022, at 21:50, Vladimir Homutov via nginx-devel > > wrote: > > > > Hello, > > > > the simplest ./configure --with-cpp_test_module leads to build error > > after successful configuration: > > > > src/misc/ngx_cpp_te

Re: [patch] ngx_cpp_test module build issue cleanup

2022-11-24 Thread Sergey Kandaurov
> On 23 Nov 2022, at 21:50, Vladimir Homutov via nginx-devel > wrote: > > Hello, > > the simplest ./configure --with-cpp_test_module leads to build error > after successful configuration: > > src/misc/ngx_cpp_test_module.cpp:13:12: fatal error: ngx_mail.h: No such file > or directory > 13

Re: [PATCH 2 of 2] SSL: SSL_sendfile() support with kernel TLS

2022-11-24 Thread Sergey Kandaurov
> On 27 Sep 2021, at 17:18, Maxim Dounin wrote: > > # HG changeset patch > # User Maxim Dounin > # Date 1632717779 -10800 > # Mon Sep 27 07:42:59 2021 +0300 > # Node ID ff514bf17f7f2257dcf036c5c973b74672cefa9a > # Parent 8f0fd60c33c106fba5f1ce3cafe990f15f0c > SSL: SSL_sendfile() supp

Re: [PATCH] Fixed segfault when switching off master process during upgrade

2022-11-24 Thread Roman Arutyunyan
Hi, On Wed, Nov 23, 2022 at 11:52:00PM +0300, Maxim Dounin wrote: > Hello! > > On Wed, Nov 23, 2022 at 05:56:25PM +0400, Roman Arutyunyan wrote: > > > Hi, > > > > On Sun, Oct 30, 2022 at 05:42:33AM +0300, Maxim Dounin wrote: > > > # HG changeset patch > > > # User Maxim Dounin > > > # Date 166