Re: [PATCH 1 of 1] Tests: unbreak reading new stderr data after eof

2023-05-29 Thread Sergey Kandaurov
> On 26 May 2023, at 20:46, Maxim Dounin wrote: > > Hello! > > On Fri, May 26, 2023 at 03:24:12PM +0400, Sergey Kandaurov wrote: > >> # HG changeset patch >> # User Sergey Kandaurov >> # Date 1685100180 -14400 >> # Fri May 26 15:23:00 2023 +0400 >> # Node ID

[nginx] QUIC: fixed compat with ciphers other than AES128 (ticket #2500).

2023-05-29 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/b4a57278bf24 branches: changeset: 9118:b4a57278bf24 user: Roman Arutyunyan date: Sun May 28 11:17:07 2023 +0400 description: QUIC: fixed compat with ciphers other than AES128 (ticket #2500). Previously, rec.level field was not uninitialized

[nginx] Version bump.

2023-05-29 Thread Roman Arutyunyan
details: https://hg.nginx.org/nginx/rev/6c75d2484267 branches: changeset: 9117:6c75d2484267 user: Roman Arutyunyan date: Mon May 29 15:03:31 2023 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14

Re: [PATCH] QUIC: fixed compat with ciphers other than AES128 (ticket #2500)

2023-05-29 Thread Sergey Kandaurov
> On 28 May 2023, at 11:20, Roman Arutyunyan wrote: > > # HG changeset patch > # User Roman Arutyunyan > # Date 1685258227 -14400 > # Sun May 28 11:17:07 2023 +0400 > # Node ID 5b46de0dda837d97afbec7484931223c52d53905 > # Parent 8eae1b4f1c5528b063351804168a6085f5f50b42 > QUIC: fixed