Re: Compression with LUA response

2025-04-02 Thread Christopher Faulet
Le 31/03/2025 à 1:46 PM, Olivier D a écrit : Hello, thanks for the quick reply ! Le lun. 31 mars 2025 à 10:35, Willy Tarreau mailto:w...@1wt.eu>> a écrit :   Compression is disabled when:     * the request does not advertise a supported compression algorithm in the       "Accep

[PATCH 2/3] CI: codespell: add "pres" to spellcheck whitelist

2025-04-02 Thread Ilia Shipitsin
spellcheck was triggered by the following: * pres : same as "res" but using the parent stream, if any. "pres" variables are only accessible during response processing of the parent stream. --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 del

[ANNOUNCE] haproxy-3.2-dev9

2025-04-02 Thread Willy Tarreau
Hi, HAProxy 3.2-dev9 was released on 2025/04/02. It added 58 new commits after version 3.2-dev8. This one was pretty calm in terms of fixes, indicating that everyone might be busy trying to finish what needs to be merged before we close the doors. In this version, we'll find: - a rework of the

Re: [PATCH] CLEANUP: assorted typo fixes in the code and comments

2025-04-02 Thread Willy Tarreau
Merged, thanks Ilya. Willy

Re: Compression with LUA response

2025-04-02 Thread Christopher Faulet
Le 02/04/2025 à 1:37 PM, Olivier D a écrit : Hi, Le mer. 2 avr. 2025 à 09:10, Christopher Faulet > a écrit : In fact, in your case, it is expected to have no compression. You abort the request analysis, skipping this way the response analysis. It is equivale

Re: Time to deprecate "dispatch" and "option transparent" ?

2025-04-02 Thread Aleksandar Lazic
Hi Wily. On 2025-04-02 (Mi.) 10:47, Willy Tarreau wrote: Hi all, Since version 1.0 for `dispatch` and 1.1 for `transparent` 23 years ago, which later became `option transparent`, we've been carrying and porting support for these keywords that represent exceptions in the whole code. At various p

Re: Compression with LUA response

2025-04-02 Thread Olivier D
Hi, Le mer. 2 avr. 2025 à 09:10, Christopher Faulet a écrit : > In fact, in your case, it is expected to have no compression. You abort > the > request analysis, skipping this way the response analysis. It is > equivalent to > what happens with an "http-request deny". The compression is performe

[PATCH 1/3] CI: spell check: allow manual trigger

2025-04-02 Thread Ilia Shipitsin
--- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 91e9d8ec7..ac8716c62 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,6 +3,7 @@ name: Spelling Che

Time to deprecate "dispatch" and "option transparent" ?

2025-04-02 Thread Willy Tarreau
Hi all, Since version 1.0 for `dispatch` and 1.1 for `transparent` 23 years ago, which later became `option transparent`, we've been carrying and porting support for these keywords that represent exceptions in the whole code. At various places in the backend code we make a special case of communic