Re: [PATCH] Dynamic rate limiting for limit_req module

2023-01-02 Thread J Carter
Hello, Thanks again for your reply and thoughts. On 02/01/2023 23:47, Maxim Dounin wrote: Hello! On Mon, Jan 02, 2023 at 06:21:03AM +, J Carter wrote: "The fundamental problem with dynamic rates in limit_req, which is a leaky bucket limiter, is that the rate is a property which applies t

[PATCH] Gzip static: ranges support (ticket #2349)

2023-01-02 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1672713976 -10800 # Tue Jan 03 05:46:16 2023 +0300 # Node ID e0688b4494f02dcf6feebf0c73e02749bd7de381 # Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9 Gzip static: ranges support (ticket #2349). In contrast to on-the-fly gzipping with gzip fi

Re: [PATCH] Dynamic rate limiting for limit_req module

2023-01-02 Thread Maxim Dounin
Hello! On Mon, Jan 02, 2023 at 06:21:03AM +, J Carter wrote: > > "The fundamental problem with dynamic rates in limit_req, which is > > a leaky bucket limiter, is that the rate is a property which > > applies to multiple requests as accumulated in the bucket (and > > this is basically why