Changes since version 3.1-dev5 : Amaury Denoyelle (3): BUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID MINOR: mux-quic: do not trace error in qcc_send_frames() on empty list BUG/MINOR: h3: properly reject too long header responses Valentine Krasnobaeva (8): BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails BUG/MINOR: proto_tcp: keep error msg if listen() fails MINOR: proto_tcp: tcp_bind_listener: copy errno in errmsg MINOR: cfgparse: load_cfg_in_mem: fix null ptr dereference reported by coverity MINOR: startup: fix unused value reported by coverity BUG/MINOR: proto_uxst: delete fd from fdtab if listen() fails BUG/MINOR: cfgparse: parse_cfg: fix null ptr dereference reported by coverity MINOR: proto_uxst: copy errno in errmsg for syscalls William Lallemand (4): MINOR: channel: implement ci_insert() function BUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI REGTESTS: mcli: test the pipelined commands on master CLI CLEANUP: mworker/cli: clean up the mode handling