Changes since version 3.0.20 : Christopher Faulet (7): DOC: config: Fix log-format example with last rule expressions BUG/MAJOR: http-htx: Store new host in a chunk for scheme-based normalization BUG/MEDIUM: http-htx: Don't use data from HTX message to update authority BUG/MEDIUM: http-htx: Loop on full host value during scheme based normalization BUG/MAJOR: mux-h1: Deal with true 64-bits integer to emit chunks size BUG/MEDIUM: mux-fcgi: Properly handle full buffer for FCGI_PARAM record BUG/MINOR: http-htx: Don't normalize emtpy path for OPTIONS requests Olivier Houchard (1): BUG/MEDIUM: tasks: Do not loop in task_schedule() if a task is running William Lallemand (1): BUILD: 51d: fix bool definition on dummy lib v4 Willy Tarreau (8): BUG/MINOR: tools: my_memspn/my_memcspn wrong cast causing incorrect byte reading BUG/MINOR: tools: fix memory leak in indent_msg() on out of memory BUG/MINOR: sample: fix memory leak in check_when_cond() when ACL is not found BUG/MINOR: peers: fix logical "and" when checking for local in PEER_APP_ST_STARTING BUG/MINOR: peers: fix wrong flag reported twice for dump_flags BUG/MEDIUM: mux_h1: fix stack buffer overflow in h1_append_chunk_size() BUG/MINOR: fix various typos and spelling mistakes in user-visible messages BUG/MINOR: payload: prevent integer overflow in distcc token parsing