Re: [PATCH] Tests: proxy protocol v2 TLVs tests for stream module

2022-11-17 Thread Sergey Kandaurov
> On 16 Nov 2022, at 10:04, Eugene Grebenschikov via nginx-devel > wrote: > > # HG changeset patch > # User Eugene Grebenschikov > # Date 1668578494 28800 > # Tue Nov 15 22:01:34 2022 -0800 > # Node ID 6040bfd6acbd8492730dee6ffe1bc9e89f70a3cb > # Parent 01fcc82a435aedd41ed3c23dbf7252371

Re: [PATCH] Tests: clearing of pre-existing Content-Range headers

2022-11-17 Thread Sergey Kandaurov
On Tue, Nov 15, 2022 at 09:55:40PM -0800, Eugene Grebenschikov via nginx-devel wrote: > Hello, > > After discussion with Sergey Kandaurov, it was decided to seperate these tests > into a separate file. > [..] > > > > It might be a good idea to keep this separate from the basic range > > filte

Nginx - quic issue

2022-11-17 Thread claire liu
Hello, I am using Nginx-quic in my research and having trouble getting traces from Nginx-quic using the opentelemetry-Nginx module provided by opentelemetry, which enables tracing of incoming requests to the server by injecting instrumentation into the Nginx server at runtime. These are the steps

Re: Nginx - quic issue

2022-11-17 Thread Sergey A. Osokin
Hi Claire, thanks for the question. On Thu, Nov 17, 2022 at 12:30:46PM -0600, claire liu wrote: > I am using Nginx-quic in my research and having trouble getting traces from > Nginx-quic using the opentelemetry-Nginx module provided by opentelemetry, > which enables tracing of incoming requests t

Re: Nginx - quic issue

2022-11-17 Thread claire liu
Hello Sergey, Thanks for your reply. I will update this to opentelemetry. But I still want to ensure that I only need to load the opentelemetry-webserver module in nginx.conf to get the traces, no other steps need to be done. I am afraid I missed something. I checked the source code of the mainlin

Couldn't download old release of nginx-quic

2022-11-17 Thread claire liu
Hello, I can download the latest version of nginx-quic from https://hg.nginx.org/nginx-quic, which is 1.23.2. I tried to download old versions, such as 1.23.1 and 1.23.0. Although the name is nginx-quic, the source code lacks v3, which should be maline not quic. Please let me know how to download t

[PATCH] HTTP: add internal_redirect directive.

2022-11-17 Thread Aleksei Bavshin via nginx-devel
The directive in question provides direct access to the ngx_http_internal_redirect/ngx_http_named_location APIs, allowing to simplify and optimize several real-life configurations where the modules should be executed multiple times/in a different order/with a different configuration/etc, someti

Re: [PATCH 3 of 4] QUIC: support for setting QUIC methods with LibreSSL

2022-11-17 Thread Maxim Dounin
Hello! On Tue, Nov 15, 2022 at 04:28:30PM +0400, Sergey Kandaurov wrote: > > > On 21 Oct 2022, at 04:10, Maxim Dounin wrote: > > > > Hello! > > > > On Tue, Oct 11, 2022 at 02:35:52PM +0400, Sergey Kandaurov wrote: > > > >> # HG changeset patch > >> # User Sergey Kandaurov > >> # Date 166548

Re: Couldn't download old release of nginx-quic

2022-11-17 Thread Maxim Dounin
Hello! On Thu, Nov 17, 2022 at 03:52:24PM -0600, claire liu wrote: > Hello, > I can download the latest version of nginx-quic from > https://hg.nginx.org/nginx-quic, which is 1.23.2. I tried to download old > versions, such as 1.23.1 and 1.23.0. Although the name is nginx-quic, the > source code

Re: [PATCH] HTTP: add internal_redirect directive.

2022-11-17 Thread Maxim Dounin
Hello! On Thu, Nov 17, 2022 at 11:25:19PM +, Aleksei Bavshin via nginx-devel wrote: > The directive in question provides direct access to the > ngx_http_internal_redirect/ngx_http_named_location APIs, > allowing to simplify and optimize several real-life > configurations where the modules

[njs] Version bump.

2022-11-17 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/b3eeac9ee9f4 branches: changeset: 2005:b3eeac9ee9f4 user: Dmitry Volyntsev date: Wed Nov 16 18:47:36 2022 -0800 description: Version bump. diffstat: src/njs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff

[njs] Shell: added signal support in CLI.

2022-11-17 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/8163612eb950 branches: changeset: 2006:8163612eb950 user: Dmitry Volyntsev date: Thu Nov 17 20:38:23 2022 -0800 description: Shell: added signal support in CLI. diffstat: src/njs_shell.c | 184 +++--