Re: [nginx] QUIC: discarding 0-RTT keys.

2024-08-15 Thread Илья Шипицин
QUIC Interop suite looks like a candidate for such test as it already includes 0-RTT test On Thu, Aug 15, 2024, 10:07 Илья Шипицин wrote: > I meant something like thishttps://github.com/summerwind/h2spec > > > What comes to mind, same key restriction must be applied for h2 as wel

Re: [nginx] QUIC: discarding 0-RTT keys.

2024-08-15 Thread Илья Шипицин
I meant something like thishttps://github.com/summerwind/h2spec What comes to mind, same key restriction must be applied for h2 as well On Wed, Aug 14, 2024, 16:42 Sergey Kandaurov wrote: > > > On 11 Aug 2024, at 22:17, Илья Шипицин wrote: > > > > Hello, > > > &

Re: [nginx] QUIC: discarding 0-RTT keys.

2024-08-11 Thread Илья Шипицин
Hello, how was that found ? is there some compliance (automated) test ? пт, 9 авг. 2024 г. в 18:57, Sergey Kandaurov : > details: https://hg.nginx.org/nginx/rev/906a42885ce2 > branches: > changeset: 9273:906a42885ce2 > user: Sergey Kandaurov > date: Fri Aug 09 19:12:25 2024 +0400 >

Re: [patch] reject http header without colon (:) in the header name

2024-05-13 Thread Илья Шипицин
nginx is about as popular as GWS, same reasoning might be considered. btw, do you suggest to 1) introduce new behaviour by some setting (default is unchanged) 2) change default behaviour ? and I'm quite curious why do you want to change current behaviour пн, 13 мая 2024 г. в 16:30, Ben Kallus

Re: [PATCH] Core: fix build without libcrypt

2024-03-18 Thread Илья Шипицин
пн, 18 мар. 2024 г. в 15:56, Sergey Kandaurov : > > > On 28 Feb 2024, at 05:23, Piotr Sikora via nginx-devel < > nginx-devel@nginx.org> wrote: > > > > # HG changeset patch > > # User Piotr Sikora > > # Date 1708977637 0 > > # Mon Feb 26 20:00:37 2024 + > > # Branch patch013 > > # Node ID

Re: [PATCH] ssl: SSL_get0_verified_chain is available for LibreSSL >= 3.3.6

2023-12-19 Thread Илья Шипицин
вт, 19 дек. 2023 г. в 09:58, Maxim Dounin : > Hello! > > On Tue, Dec 19, 2023 at 02:09:10AM +0400, Sergey Kandaurov wrote: > > > > On 24 Nov 2023, at 00:29, Ilya Shipitsin wrote: > > > > > > # HG changeset patch > > > # User Ilya Shipitsin > > > # Date 1700769135 -3600 > > > # Thu Nov 23 20

Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-10-04 Thread Илья Шипицин
чт, 5 окт. 2023 г. в 03:51, Yusuke Nojima : > Thank you for your comment! > > > Could you please provide some more details about the use case, > > such as how locations are used, and what is the approximate number > > of locations being used? > > Our team provides development environments to our c

nginx-tests: replace non posix "which" with posix "command"

2021-05-09 Thread Илья Шипицин
Hello, please find attached patch. it improves experience by using generally available posix "command" instead of "which" thanks, Ilya From d1070681d7d06f4865bf64319299550294138fd8 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 9 May 2021 11:50:22 +0500 Subject: [PATCH] use "command"