Changes since version 2.4.8 : Amaury Denoyelle (2): MINOR: mux-h2: add trace on extended connect usage BUG/MEDIUM: mux-h2: reject upgrade if no RFC8441 support Christopher Faulet (9): DOC: config: Fix typo in ssl_fc_unique_id description BUG/MINOR: http-ana: Apply stop to the current section for http-response rules Revert "BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back" DOC: lua: Be explicit with the Reply object limits MINOR: mux-h1: Slightly Improve H1 traces BUG/MEDIUM: conn-stream: Don't reset CS flags on close BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value BUG/MINOR: stick-table/cli: Check for invalid ipv6 key BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_process() to release H1C Emeric Brun (2): BUG/MINOR: resolvers: fix sent messages were counted twice BUG/MINOR: resolvers: throw log message if trash not large enough for query William Lallemand (1): BUG/MINOR: mworker: doesn't launch the program postparser Willy Tarreau (5): MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close MINOR: mux-h2: perform a full cycle shutdown+drain on close BUG/MINOR: cache: properly ignore unparsable max-age in quotes BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent BUILD: makefile: simplify detection of libatomic