Changes since version 2.5-dev13 : Amaury Denoyelle (3): MINOR: h3/qpack: fix gcc11 warnings MINOR: mux-quic: fix gcc11 warning MINOR: h3: fix potential NULL dereference Frédéric Lécaille (1): MINOR: quic: Fix potential null pointer dereference Tim Duesterhus (10): DEV: coccinelle: Remove unused `expression e` DEV: coccinelle: Add rule to use `istend()` where possible CLEANUP: Apply ist.cocci CLEANUP: Re-apply xalloc_size.cocci DEV: coccinelle: Add rule to use `isttrim()` where possible CLEANUP: Apply ist.cocci DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_memcat()` DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()` CLEANUP: Apply ist.cocci CLEANUP: chunk: Remove duplicated chunk_Xcat implementation William Dauchy (1): DOC: stats: fix location of the text representation William Lallemand (2): BUG/MINOR: httpclient/lua: rcv freeze when no request payload BUG/MEDIUM: httpclient: channel_add_input() must use htx->data Willy Tarreau (8): CLEANUP: halog: make the default usage message fit in small screens CLEANUP: halog: remove unused strl2ui() OPTIM: halog: improve field parser speed for modern compilers OPTIM: halog: skip fields 64 bits at a time when supported CLEANUP: chunk: remove misleading chunk_strncat() function BUG/MINOR: cache: properly ignore unparsable max-age in quotes Revert "DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()`" DOC: internals: document the IST API