Changes since version 2.7-dev6 : Amaury Denoyelle (6): BUG/MEDIUM: mux-quic: fix nb_hreq decrement BUG/MINOR: mux-quic: do not keep detached qcs with empty Tx buffers REORG: mux-quic: extract traces in a dedicated source file REORG: mux-quic: export HTTP related function in a dedicated file MINOR: mux-quic: refactor snd_buf BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset Aurelien DARRAGON (3): BUG/MINOR: log: improper behavior when escaping log data CLEANUP: tools: removing escape_chunk() function MINOR: list: documenting mt_list_for_each_entry_safe() macro Christopher Faulet (4): BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies MINOR: smtpchk: Update expect rule to fully match replies to EHLO commands CLEANUP: list: Fix mt_list_for_each_entry_safe indentation Erwan Le Goas (1): BUG/MINOR: anon: memory illegal accesses in tools.c with hash_anon and hash_ipanon Miroslav Zagorac (2): CLEANUP: httpclient: deleted unused variables MINOR: httpclient: enabled the use of SNI presets Thierry Fournier (2): BUG/MINOR: hlua: Remove \n in Lua error message built with memprintf MINOR: hlua: Allow argument on lua-lod(-per-thread) directives William Lallemand (1): MEDIUM: mworker/cli: keep the connection of the FD that ask for a reload Willy Tarreau (4): OPTIM: hpack-huff: reduce the cache footprint of the huffman decoder MINOR: clock: split local and global date updates MINOR: pollers: only update the local date during busy polling MINOR: clock: do not update the global date too often wrightlaw (1): BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction