[PATCH] MINOR: compression: Introduce minimum size

2025-02-21 Thread Vincent Dechenaux
This is the introduction of "minsize-req" and "minsize-res". These two options allow you to set the minimum payload size required for compression to be applied. This helps save CPU on both server and client sides when the payload does not need to be compressed. --- doc/configuration.txt

Re: [PATCH] MINOR: compression: tune.comp.minsize

2025-02-21 Thread Willy Tarreau
On Fri, Feb 21, 2025 at 12:50:51PM +0100, Vincent Dechenaux wrote: > Hello, > > Oh thanks I'm glad to hear that! You're welcome! > I hesitated to not do it globally and to do it per proxy, and I ended > up doing it globally to mimic "tune.comp.maxlevel". In fact the maxlevel is more about prese

Re: [PATCH] MINOR: compression: tune.comp.minsize

2025-02-21 Thread Vincent Dechenaux
Hello, Oh thanks I'm glad to hear that! I hesitated to not do it globally and to do it per proxy, and I ended up doing it globally to mimic "tune.comp.maxlevel". For my personal case I don't have that requirement, to have this customisation level but that may be a good thing, yes. How would it l

Re: [PATCH] CI: QUIC Interop: clean old docker images

2025-02-21 Thread Willy Tarreau
Hi Ilya, On Fri, Feb 14, 2025 at 09:51:04PM +0100, Ilia Shipitsin wrote: > currently temporary docker images are kept forever. let's delete > outdated ones Sorry for the delay, now merged! Thank you, Willy