Changes since version 2.7-dev3 : Amaury Denoyelle (7): CLEANUP: mux-quic: remove loop on sending frames MINOR: quic: replace custom buf on Tx by default struct buffer MINOR: quic: release Tx buffer on each send MINOR: quic: refactor datagram commit in Tx buffer MINOR: quic: skip sending if no frame to send in io-cb BUG/MINOR: mux-quic: open stream on STOP_SENDING BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level Frédéric Lécaille (4): BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() MINOR: quic: Too much useless traces in qc_build_frms() BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams Willy Tarreau (8): MINOR: debug: make the mem_stats section aligned to void* MINOR: debug: store and report the pool's name in struct mem_stats MINOR: debug: also store the function name in struct mem_stats MINOR: debug/memstats: automatically determine first column size MINOR: debug/memstats: permit to pass the size to free() BUG/MEDIUM: quic: always remove the connection from the accept list on close BUG/MEDIUM: poller: use fd_delete() to release the poller pipes BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq()