Re: [PATCH 2 of 4] Simplified sendfile(SF_NODISKIO) usage

2021-12-14 Thread Maxim Dounin
Hello! On Tue, Nov 30, 2021 at 03:05:03PM +0300, Sergey Kandaurov wrote: > On Thu, Nov 11, 2021 at 07:21:10AM +0300, Maxim Dounin wrote: > > # HG changeset patch > > # User Maxim Dounin > > # Date 1636603886 -10800 > > # Thu Nov 11 07:11:26 2021 +0300 > > # Node ID 4a954e89b1ae8539bbe08c5af

Re: [PATCH 4 of 4] Support for sendfile(SF_NOCACHE)

2021-12-14 Thread Maxim Dounin
Hello! On Tue, Nov 30, 2021 at 03:15:50PM +0300, Sergey Kandaurov wrote: > On Thu, Nov 11, 2021 at 07:21:12AM +0300, Maxim Dounin wrote: > > # HG changeset patch > > # User Maxim Dounin > > # Date 1636603897 -10800 > > # Thu Nov 11 07:11:37 2021 +0300 > > # Node ID 10f96e74ae73e1c53a3fd08e7

Re: [PATCH 2 of 4] Simplified sendfile(SF_NODISKIO) usage

2021-12-14 Thread Maxim Dounin
Hello! On Tue, Dec 14, 2021 at 05:15:47PM +0300, Maxim Dounin wrote: > On Tue, Nov 30, 2021 at 03:05:03PM +0300, Sergey Kandaurov wrote: > > > On Thu, Nov 11, 2021 at 07:21:10AM +0300, Maxim Dounin wrote: > > > # HG changeset patch > > > # User Maxim Dounin > > > # Date 1636603886 -10800 > > >

Re: [PATCH 0 of 4] PCRE2 support

2021-12-14 Thread Maxim Dounin
Hello! On Tue, Dec 14, 2021 at 03:09:43PM +0900, Tatsuhiko Kubo wrote: > Hello, > > I'm trying these patches and the build of nginx with the option > "--with-pcre-jit" fails. > > $ cd nginx-1.21.4 # with applied patches > $ ./configure --with-pcre=../pcre2/pcre2-10.39 --with-pcre-jit > $ make >

Re: [PATCH 0 of 4] PCRE2 support

2021-12-14 Thread Tatsuhiko Kubo
Hello, Thank you for your reply. The build works fine after applying the additional patch. Thanks. -- Tatsuhiko Kubo 2021年12月15日(水) 1:09 Maxim Dounin : > > Hello! > > On Tue, Dec 14, 2021 at 03:09:43PM +0900, Tatsuhiko Kubo wrote: > > > Hello, > > > > I'm trying these patches and the build of