Changes since version 2.2.29 : Aurelien DARRAGON (2): MINOR: proxy/pool: prevent unnecessary calls to pool_gc() BUG/MEDIUM: proxy/sktable: prevent watchdog trigger on soft-stop Christopher Faulet (8): DOC: config: Fix description of options about HTTP connection modes DOC: config: Add the missing tune.fail-alloc option from global listing DOC: config: Clarify the meaning of 'hold' in the 'resolvers' section BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS flag with a log-format body BUG/MINOR: http-check: Skip C-L header for empty body when it's not mandatory BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend BUG/MEDIUM: mux-h1: Wakeup H1C on shutw if there is no I/O subscription BUG/MEDIUM: Update read expiration date on synchronous send David Carlier (1): BUILD: da: extends CFLAGS to support API v3 from 3.1.7 and onwards. Ilya Shipitsin (1): CI: bump "actions/checkout" to v3 for cross zoo matrix Marcos de Oliveira (1): DOC/MINOR: reformat configuration.txt's "quoting and escaping" table Remi Tricot-Le Breton (1): BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback William Lallemand (5): BUG/MINOR: mworker: stop doing strtok directly from the env BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong BUG/MINOR: mworker: prevent incorrect values in uptime DOC: config: strict-sni allows to start without certificate BUG/MINOR: stick_table: alert when type len has incorrect characters Willy Tarreau (9): BUG/MINOR: ring: do not realign ring contents on resize BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path BUG/MINOR: cfgparse: make sure to include openssl-compat BUG/MINOR: mux-h2: make sure to produce a log on invalid requests MINOR: checks: make sure spread-checks is used also at boot time MINOR: clock: measure the total boot time BUG/MINOR: checks: postpone the startup of health checks by the boot time BUILD: checks: fix build failure on macos after last fix