Changes since version 3.1-dev9 : Amaury Denoyelle (9): 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 BUG/MEDIUM: mux-quic: ensure timeout server is active for short requests Aurelien DARRAGON (9): 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}() MEDIUM: sink: implement sink_find_early() MINOR: trace: postresolve sink names MINOR: sample: postresolve sink names in debug() converter Christopher Faulet (1): BUG/MINOR: stats: Fix the name for the total number of streams created Damien Claisse (1): MINOR: ssl: disable server side default CRL check with WolfSSL William Lallemand (1): MINOR: cfgparse: simulate long configuration parsing with force-cfg-parser-pause