Changes since version 3.1-dev9 : Amaury Denoyelle (8): BUG/MAJOR: mux-quic: do not crash on empty STREAM frame emission MINOR: quic: strengthen qc_release_frm() MEDIUM: quic: decount acknowledged data for MUX txbuf window MINOR: quic: implement dedicated type for out-of-order stream ACK MEDIUM: quic: merge contiguous/overlapping buffered ack stream range MEDIUM: quic: decount out-of-order ACK data range for MUX txbuf window BUG/MINOR: quic: fix discarding of already stored out-of-order ACK BUG/MEDIUM: quic: properly decount out-of-order ACK on stream release Aurelien DARRAGON (6): MINOR: log: add do_log() logging helper MINOR: log: add do_log_parse_act() helper func MINOR: action: add do-log action REGTESTS: add some tests for 'do-log' action BUG/MEDIUM: hlua: make hlua_ctx_renew() safe BUG/MEDIUM: hlua: properly handle sample func errors in hlua_run_sample_{fetch,conv}() Christopher Faulet (1): BUG/MINOR: stats: Fix the name for the total number of streams created