Re: QUIC: fixed computation of nonce

2022-11-25 Thread Sergey Kandaurov
> On 24 Nov 2022, at 19:33, Roman Arutyunyan wrote: > > 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 +

Re: HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).

2022-11-25 Thread Sergey Kandaurov
> On 25 Nov 2022, at 11:13, Jiuzhou Cui wrote: > > Hello! > > # HG changeset patch > # User Jiuzhou Cui > # Date 1669360043 -28800 > # Fri Nov 25 15:07:23 2022 +0800 > # Branch quic > # Node ID da7d9eb93afad52bd5b231501590535be9660d8c > # Parent c6580dce98a8951fcecce2daa4b6bdbda8307bf7

Re: [PATCH] Linux packages: actualized supported Alpine Linux versions

2022-11-25 Thread Sergey Kandaurov
> On 25 Nov 2022, at 12:08, Konstantin Pavlov wrote: > > # HG changeset patch > # User Konstantin Pavlov > # Date 1669360436 -14400 > # Fri Nov 25 11:13:56 2022 +0400 > # Node ID a20b51e84c32af154412f0f11d0d890e7364d746 > # Parent 7ebe15d6c68d6a7cad639a550fdf33d5bfdfbabb > Linux packages

[nginx] SSL: fixed debug logging of SSL_sendfile() return value.

2022-11-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/0b360747c74e branches: changeset: 8107:0b360747c74e user: Sergey Kandaurov date: Thu Nov 24 23:08:30 2022 +0400 description: SSL: fixed debug logging of SSL_sendfile() return value. diffstat: src/event/ngx_event_openssl.c | 2 +- 1 files ch

[nginx] Disabled cloning of sockets without master process (ticket #2403).

2022-11-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/09463dd9c504 branches: changeset: 8105:09463dd9c504 user: Maxim Dounin date: Wed Nov 23 23:12:04 2022 +0300 description: Disabled cloning of sockets without master process (ticket #2403). Cloning of listening sockets for each worker process do

[nginx] Fixed segfault when switching off master process during upgrade.

2022-11-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/8852f39311de branches: changeset: 8106:8852f39311de user: Maxim Dounin date: Wed Nov 23 23:48:53 2022 +0300 description: Fixed segfault when switching off master process during upgrade. Binary upgrades are not supported without master process,

[nginx] Filtering duplicate addresses in listen (ticket #2400).

2022-11-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/4cc2bfeff46c branches: changeset: 8104:4cc2bfeff46c user: Maxim Dounin date: Wed Nov 23 17:30:08 2022 +0300 description: Filtering duplicate addresses in listen (ticket #2400). Due to the glibc bug[1], getaddrinfo("localhost") with AI_ADDRCONF

How can I redirect a request via Another External proxy

2022-11-25 Thread Aakarshit Agarwal
Hi Team, Inside a private network, I want to redirect a request via another External proxy. Brief -> I want my URL ( https://example1.com ) when having the path specified as ( https://example1.com/tunnel/portnumber ) it will redirect my request to another URL ( https://example2/api/portnumber/xy

[PATCH] Linux packages: actualized supported Alpine Linux versions

2022-11-25 Thread Konstantin Pavlov
# HG changeset patch # User Konstantin Pavlov # Date 1669360436 -14400 # Fri Nov 25 11:13:56 2022 +0400 # Node ID a20b51e84c32af154412f0f11d0d890e7364d746 # Parent 7ebe15d6c68d6a7cad639a550fdf33d5bfdfbabb Linux packages: actualized supported Alpine Linux versions. diff -r 7ebe15d6c68d -r a2

HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).

2022-11-25 Thread Jiuzhou Cui
Hello! # HG changeset patch # User Jiuzhou Cui # Date 1669360043 -28800 # Fri Nov 25 15:07:23 2022 +0800 # Branch quic # Node ID da7d9eb93afad52bd5b231501590535be9660d8c # Parent c6580dce98a8951fcecce2daa4b6bdbda8307bf7 HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db). ssl_serv