Re: Compression with LUA response

2025-04-03 Thread Olivier D
Hello, Le mer. 2 avr. 2025 à 14:00, Christopher Faulet a écrit : > Another solution is to set a variable in your lua action to redirect the > request > to a lua service if it is set. For instance: >http-request lua.myscript if !static_content >http-request use-service my-service.lua if {

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

2025-04-03 Thread Willy Tarreau
All 3 merged, thanks Ilya! Willy