Re: [nginx] Update mime-types

2024-02-25 Thread Izorkin
Hello, Maksim. Like that? # HG changeset patch # User Yuriy Izorkin # Date 1708074268 -10800 # Fri Feb 16 12:04:28 2024 +0300 # Branch update-mime-types # Node ID 2343683b93bc2144073e4c808a3951de83b67d95 # Parent 89bff782528a91ad123b63b624f798e6fd9c8e68 MIM

[nginx] Version bump.

2024-02-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/a7c41e449bbe branches: changeset: 9221:a7c41e449bbe user: Maxim Dounin date: Mon Feb 26 00:40:35 2024 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines

[nginx] Fixed server name in HTTP/1.x with "server_tokens off;".

2024-02-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/0b51902d9f24 branches: changeset: 9222:0b51902d9f24 user: Tatsuya Kaneko date: Mon Feb 26 00:40:58 2024 +0300 description: Fixed server name in HTTP/1.x with "server_tokens off;". Missed in 9213:23f109f0facc. diffstat: src/http/ngx_http_

Re: Patch: Update Server Header for HTTP/1.1

2024-02-25 Thread Maxim Dounin
Hello! On Sun, Feb 25, 2024 at 11:57:21AM +0900, Tatsuya Kaneko wrote: > Thank you. LGTM. Committed, thanks. http://freenginx.org/hg/nginx/rev/0b51902d9f24 -- Maxim Dounin http://mdounin.ru/ -- nginx-devel mailing list nginx-devel@freenginx.org https://freenginx.org/mailman/listinfo/nginx-de

Re: [nginx] Update mime-types

2024-02-25 Thread Maxim Dounin
Hello! On Sun, Feb 25, 2024 at 03:33:32PM +0300, Izorkin wrote: > Hello, Maksim. > > Like that? > > # HG changeset patch > # User Yuriy Izorkin > # Date 1708074268 -10800 > # Fri Feb 16 12:04:28 2024 +0300 > # Branch update-mime-types > # Node ID 2343683b93bc2144073e4c808a3951de83b67

Re: Patch: Update Server Header for HTTP/1.1

2024-02-25 Thread Tatsuya Kaneko
Thank you! 2024年2月26日(月) 6:44 Maxim Dounin : > Hello! > > On Sun, Feb 25, 2024 at 11:57:21AM +0900, Tatsuya Kaneko wrote: > > > Thank you. LGTM. > > Committed, thanks. > > http://freenginx.org/hg/nginx/rev/0b51902d9f24 > > -- > Maxim Dounin > http://mdounin.ru/ > -- > nginx-devel mailing list > n

Patch: "freenginx" name used in responses with HTTP/1.1

2024-02-25 Thread Fabiano Furtado Pessoa Coelho
Hi... the "nginx" name is still used in HTTP/1.1 with the "server_tokens off;" directive in freenginx-1.25.4. Please, consider analyzing this simple patch. Thanks in advance. Fabiano /* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include #include #include #include stat

Re: Patch: "freenginx" name used in responses with HTTP/1.1

2024-02-25 Thread Maxim Dounin
Hello! On Sun, Feb 25, 2024 at 09:41:26PM -0300, Fabiano Furtado Pessoa Coelho wrote: > Hi... the "nginx" name is still used in HTTP/1.1 with the > "server_tokens off;" directive in freenginx-1.25.4. > > Please, consider analyzing this simple patch. [...] Thanks, just fixed: http://freenginx.