[nginx] Version bump.

2021-11-23 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/284f03d6f154 branches: changeset: 7972:284f03d6f154 user: Sergey Kandaurov date: Tue Nov 23 12:52:43 2021 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

[nginx] SSL: $ssl_curve (ticket #2135).

2021-11-23 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/3443c02ca1d1 branches: changeset: 7973:3443c02ca1d1 user: Sergey Kandaurov date: Mon Nov 01 18:09:34 2021 +0300 description: SSL: $ssl_curve (ticket #2135). The variable contains a negotiated curve used for the handshake key exchange process.

nginx-quic :authority header not passed to $http_host

2021-11-23 Thread Underverse Underverse
When using http3 there's no $http_host variable, as there's no Host: header but :authority pseudo-header which is not passed to any $http_ variable. How I can get contents of :authority pseudo-header to pass it to my backend? ___ nginx-devel mailing

Re: [PATCH] HTTP/2: fixed sendfile() aio handling

2021-11-23 Thread Maxim Dounin
Hello! On Tue, Nov 23, 2021 at 10:44:00AM +0300, Sergey Kandaurov wrote: > > On 23 Nov 2021, at 06:12, Maxim Dounin wrote: > > > > On Thu, Nov 18, 2021 at 07:46:48PM +0300, Sergey Kandaurov wrote: > > > >>> On 16 Nov 2021, at 17:41, Maxim Dounin wrote: > >>> > >>> On Tue, Nov 16, 2021 at 02: