Changes since version 2.9-dev6 : Amaury Denoyelle (11): BUG/MINOR: mux-quic: remove full demux flag on ncbuf release BUG/MINOR: proto_reverse_connect: fix FD leak on connection error BUG/MINOR: tcp_act: fix attach-srv rule ACL parsing MINOR: connection: define error for reverse connect MINOR: connection: define mux flag for reverse support MINOR: tcp_act: remove limitation on protocol for attach-srv DEV: sslkeylogger: handle file opening error MINOR: quic: define quic-socket bind setting MINOR: quic: handle perm error on bind during runtime MINOR: backend: refactor specific source address allocation MINOR: proto_reverse_connect: support source address setting Emeric Brun (1): Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token" Remi Tricot-Le Breton (2): Revert "MEDIUM: sample: Small fix in function check_operator for eror reporting" DOC: sample: Add a comment in 'check_operator' to explain why 'vars_check_arg' should ignore the 'err' buffer Vladimir Vdovin (1): MINOR: support for http-request set-timeout client William Lallemand (1): BUG/MINOR: proto_reverse_connect: fix FD leak upon connect Willy Tarreau (14): CLEANUP: freq_ctr: make all freq_ctr readers take a const CLEANUP: stream: make the dump code not depend on the CLI appctx MINOR: stream: split stats_dump_full_strm_to_buffer() in two CLEANUP: stream: use const filters in the dump function CLEANUP: stream: make strm_dump_to_buffer() take a const stream MINOR: stream: make strm_dump_to_buffer() take an arbitrary buffer MINOR: stream: make strm_dump_to_buffer() show the list of filters MINOR: stream: make stream_dump() always multi-line MINOR: streams: add support for line prefixes to strm_dump_to_buffer() MEDIUM: stream: now provide full stream dumps in case of loops MINOR: debug: use the more detailed stream dump in panics CLEANUP: stream: remove the now unused stream_dump() function MINOR: stream: fix output alignment of stuck thread dumps BUG/MAJOR: plock: fix major bug in pl_take_w() introduced with EBO