Changes since version 3.0.21 : Alexander Stephan (1): BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect Christopher Faulet (3): BUG/MINOR: tcpcheck: Properly report error for http health-checks BUG/MINOR: resolvers: Free new requester on error when linking a resolution BUG/MINOR: resolvers: Free opts on parse error in resolv_parse_do_resolve() William Lallemand (1): BUG/MINOR: mworker/cli: check ci_insert() return value in pcli_parse_request() Willy Tarreau (11): BUG/MINOR: vars: make parse_store() return error on var_set() failure BUG/MINOR: vars: don't store the variable twice with set-var-fmt BUG/MINOR: vars: only print first invalid char in fill_desc() BUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx() BUG/MINOR: acl: fix a possible arg corruption in smp_fetch_acl_parse() BUG/MINOR: map: do not leak a map descriptor on load error CLEANUP: map/cli: fix some map-related help messages BUG/MINOR: pattern: release the reference on failure to load from file BUG/MEDIUM: mux-h2: fix the body_len to check when parsing request trailers BUG/MAJOR: mux-h2: preset MSGF_BODY_CL on H2_SF_DATA_CLEN in h2c_dec_hdrs() REGTESTS: add a regtest to validate various NTLM transitions