Re: [PATCH 1 of 3] Correctly calculate and set Age header

2024-06-25 Thread Hiroaki Nakamura
Hello, Thank you for your detailed review! 2024年6月24日(月) 9:02 Maxim Dounin : > > Hello! > > On Thu, Jun 20, 2024 at 08:39:43PM +0900, Hiroaki Nakamura wrote: > Note that it might be a good idea to update the commit log to > follow style rules, such as: > > : Cache: added calculation of the Age h

[PATCH 1 of 2] Cache: added calculation of the Age header

2024-06-25 Thread Hiroaki Nakamura
# HG changeset patch # User Hiroaki Nakamura # Date 1719322447 -32400 # Tue Jun 25 22:34:07 2024 +0900 # Node ID a1e4c426f1063c7a2ab30e60df7e1756ae7d8918 # Parent 6e76116ca337e24cf0d807e042e40c96344cd22e Cache: added calculation of the Age header. * Implement the modified calculation of the

[PATCH 2 of 2] Tests: Update and add tests for Age header

2024-06-25 Thread Hiroaki Nakamura
# HG changeset patch # User Hiroaki Nakamura # Date 1719322456 -32400 # Tue Jun 25 22:34:16 2024 +0900 # Node ID 758a6c4c1babb9d60d6f507ee409152eeb51cbc5 # Parent a1e4c426f1063c7a2ab30e60df7e1756ae7d8918 Tests: Update and add tests for Age header. diff -r a1e4c426f106 -r 758a6c4c1bab h2_pro

[nginx] Upstream: fixed proxy_no_cache when caching errors.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/c5623963c29e branches: changeset: 9295:c5623963c29e user: Maxim Dounin date: Tue Jun 25 21:44:50 2024 +0300 description: Upstream: fixed proxy_no_cache when caching errors. Caching errors, notably intercepted errors and internally generated

[nginx-tests] Tests: proxy_no_cache tests.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx-tests/rev/bf027a972ccf branches: changeset: 1989:bf027a972ccf user: Maxim Dounin date: Tue Jun 25 21:46:50 2024 +0300 description: Tests: proxy_no_cache tests. diffstat: proxy_cache_bypass.t | 39 ++- proxy_no_cache.t | 174 +++

[nginx] Core: fixed ENOSPC handling for error logs.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/af5b47569cb2 branches: changeset: 9296:af5b47569cb2 user: Maxim Dounin date: Tue Jun 25 22:57:57 2024 +0300 description: Core: fixed ENOSPC handling for error logs. For each connection a new ngx_log_t structure is created, and saving anythi

[nginx] Core: moved ngx_log_set_levels() to a proper position.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/e1f15d47d102 branches: changeset: 9297:e1f15d47d102 user: Maxim Dounin date: Tue Jun 25 22:58:11 2024 +0300 description: Core: moved ngx_log_set_levels() to a proper position. Previous order is an artifact from the time before 5254:7ecaa9e4

[nginx] Core: simplified log levels matching.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/14770557be17 branches: changeset: 9298:14770557be17 user: Maxim Dounin date: Tue Jun 25 22:58:36 2024 +0300 description: Core: simplified log levels matching. diffstat: src/core/ngx_log.c | 29 + 1 files chang

[nginx] Core: error logging rate limiting.

2024-06-25 Thread Maxim Dounin
details: http://freenginx.org/hg/nginx/rev/2706b60dc225 branches: changeset: 9299:2706b60dc225 user: Maxim Dounin date: Tue Jun 25 22:58:56 2024 +0300 description: Core: error logging rate limiting. With this change, error logging to files can be rate-limited with the "rate=" parame

[PATCH] SSI: fixed incorrect or duplicate stub output

2024-06-25 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1719362615 -10800 # Wed Jun 26 03:43:35 2024 +0300 # Node ID d78ecfffb8cd813554716e8d9d29f2007bd94422 # Parent 2706b60dc2255a36677884be43a4367fef081c40 SSI: fixed incorrect or duplicate stub output. Following 3518:eb3aaf8bd2a9 (0.8.37), r->req

[PATCH] Tests: SSI include stub tests

2024-06-25 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1719363008 -10800 # Wed Jun 26 03:50:08 2024 +0300 # Node ID 302308d4f924d5c68da9ffa05ad87007b48aa4e8 # Parent bf027a972ccf8d6ff141f85e9a41615009e8005b Tests: SSI include stub tests. diff --git a/ssi_stub.t b/ssi_stub.t new file mode 100644 --