Changes since version 3.2-dev6 : Aurelien DARRAGON (4): REGTESTS: fix reg-tests/server/abnsz.vtc BUG/MINOR: log: fix outgoing abns address family BUG/MINOR: sink: add tempo between 2 connection attempts for sft servers MINOR: clock: always use atomic ops for global_now_ms Christopher Faulet (2): BUG/MEDIUM: applet: Don't handle EOI/EOS/ERROR is applet is waiting for room BUG/MEDIUM: spoe/mux-spop: Introduce an NOOP action to deal with empty ACK Ilia Shipitsin (1): CI: QUIC Interop: clean old docker images Valentine Krasnobaeva (1): BUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_parse_peers Vincent Dechenaux (1): MINOR: compression: Introduce minimum size Willy Tarreau (10): BUG/MEDIUM: uxst: fix outgoing abns address family in connect() BUG/MINOR: stream: do not call co_data() from __strm_dump_to_buffer() BUG/MINOR: mux-h1: always make sure h1s->sd exists in h1_dump_h1s_info() MINOR: tinfo: add a new thread flag to indicate a call from a sig handler BUG/MEDIUM: stream: never allocate connection addresses from signal handler MINOR: freq_ctr: provide non-blocking read functions BUG/MEDIUM: stream: use non-blocking freq_ctr calls from the stream dumper MINOR: tools: use only opportunistic symbols resolution CLEANUP: task: move the barrier after clearing th_ctx->current BUG/MINOR: h2: always trim leading and trailing LWS in header values