Changes since version 2.9-dev9 : Amaury Denoyelle (3): BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure MINOR: proto_reverse_connect: use connect timeout Aurelien DARRAGON (3): BUG/MINOR: stick-table/cli: Check for invalid ipv4 key MEDIUM: stktable/cli: simplify entry key handling MINOR: stktable/cli: support v6tov4 and v4tov6 conversions Christopher Faulet (13): BUG/MEDIUM: stconn: Report send activity during mux-to-mux fast-forward BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire MINOR: stconn: Don't queue stream task in past in sc_notify() BUG/MEDIUM: Don't apply a max value on room_needed in sc_need_room() BUG/MINOR: stconn: Sanitize report for read activity CLEANUP: htx: Properly indent htx_reserve_max_data() function DOC: stconn: Improve comments about lra and fsb usage BUG/MEDIUM: mux-h1: Be sure xprt support splicing to use it during fast-forward BUG/MINOR: mux-h1: Release empty ibuf during data fast-forwarding BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period MEDIUM: stconn/muxes: Loop on data fast-forwarding to forward at least a buffer MINOR: stconn/mux-h2: Use a iobuf flag to report EOI to consumer side during FF Tim Duesterhus (1): CLEANUP: Re-apply xalloc_size.cocci (3) Willy Tarreau (3): BUG/MEDIUM: pool: fix releasable pool calculation when overloaded BUG/MINOR: pool: check one other random bucket on alloc conflict BUG/MEDIUM: pool: try once to allocate from another bucket if empty