Changes since version 2.3.14 : Amaury Denoyelle (2): BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc BUG/MINOR: server: allow 'enable health' only if check configured Christopher Faulet (20): MINOR: lua: Add a flag on lua context to know the yield capability at run time BUG/MINOR: lua: Yield in channel functions only if lua context can yield BUG/MINOR: lua: Don't yield in channel.append() and channel.set() BUG/MINOR: stream: Don't release a stream if FLT_END is still registered BUG/MEDIUM: http-ana: Reset channels analysers when returning an error BUG/MINOR: filters: Always set FLT_END analyser when CF_FLT_ANALYZE flag is set BUG/MINOR: filters: Set right FLT_END analyser depending on channel BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached Revert "REGTESTS: mark http_abortonclose as broken" BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check BUG/MINOR: h1-htx: Fix a typo when request parser is reset BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers" MINOR: arg: Be able to forbid unresolved args when building an argument list BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule Dragan Dosen (1): BUG/MINOR: http-ana: increment internal_errors counter on response error Emeric Brun (1): DOC: peers: fix doc "enable" statement on "peers" sections William Lallemand (2): BUG/MINOR: systemd: ExecStartPre must use -Ws DOC: management: certificate files must be sanitized before injection Willy Tarreau (9): BUG/MINOR: compat: make sure __WORDSIZE is always defined CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() MINOR: pools: automatically disable malloc_trim() with external allocators MINOR: pools: use mallinfo2() when available instead of mallinfo() BUG/MINOR: cli/payload: do not search for args inside payload BUG/MEDIUM: lua: fix wakeup condition from sleep() BUG/MAJOR: lua: use task_wakeup() to properly run a task once MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() BUG/MEDIUM: leastconn: fix rare possibility of divide by zero