Changes since version 3.0-dev7 : Amaury Denoyelle (7): MINOR: quic: simplify qc_send_hdshk_pkts() return MINOR: quic: uniformize sending methods for handshake MINOR: quic: improve sending API on retransmit MINOR: quic: use qc_send_hdshk_pkts() in handshake IO cb MEDIUM: quic: remove duplicate hdshk/app send functions OPTIM: quic: do not call qc_send() if nothing to emit OPTIM: quic: do not call qc_prep_pkts() if everything sent Aurelien DARRAGON (4): BUG/MINOR: log: fix lf_text_len() truncate inconsistency BUG/MINOR: tools/log: invalid encode_{chunk,string} usage BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() CLEANUP: log: lf_text_len() returns a pointer not an integer Christopher Faulet (3): BUG/MINOR: cli: Don't warn about a too big command for incomplete commands BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY values Willy Tarreau (1): BUG/MINOR: listener: always assign distinct IDs to shards