Changes since version 2.6-dev0 : Amaury Denoyelle (7): MINOR: quic: do not reject PADDING followed by other frames REORG: quic: add comment on rare thread concurrence during CID alloc CLEANUP: quic: add comments on CID code MEDIUM: quic: handle CIDs to rattach received packets to connection MINOR: qpack: support litteral field line with non-huff name MINOR: quic: activate QUIC traces at compilation MINOR: quic: use more verbose QUIC traces set at compile-time Bertrand Jacquin (1): BUG/MINOR: lua: remove loop initial declarations Christopher Faulet (2): BUG/MINOR: cache: Fix loop on cache entries in "show cache" BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time David Carlier (2): MEDIUM: pool: refactor malloc_trim/glibc and jemalloc api addition detections. MEDIUM: pool: support purging jemalloc arenas in trim_all_pools() William Lallemand (6): BUG/MINOR: httpclient: allow to replace the host header BUG/MINOR: lua: don't expose internal proxies MEDIUM: mworker: seamless reload use the internal sockpairs BUG/MINOR: mworker: does not add the -sf in wait mode BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode BUG/MINOR: mworker: deinit of thread poller was called when not initialized Willy Tarreau (2): BUILD: pools: only detect link-time jemalloc on ELF platforms CI: github actions: add the output of $CC -dM -E-