Changes since version 3.3.7 : 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 Daniel Lenar (1): BUG/MINOR: tcpcheck: Allow connection reuse without prior traffic Ilia Shipitsin (2): BUG/MINOR: ssl: fix memory leaks on realloc failure in ssl_ckch.c BUG/MINOR: ssl: fix memory leaks on realloc failure in ssl_sock.c 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 (14): BUG/MINOR: ssl: fix double-free on failed realloc in ssl_sock.c 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: tools: free previously allocated strings on strdup failure in backup_env() BUG/MINOR: sample: fix memory leak in check_when_cond() when ACL is not found BUG/MINOR: sample: fix NULL strm dereference in sample_conv_when 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 CLEANUP: peers: fix a few user-visible spelling mistakes BUG/MEDIUM: mux_h1: fix stack buffer overflow in h1_append_chunk_size() BUG/MINOR: http_ana: use scf to report term_evts in http_wait_for_request() BUG/MINOR: fix various typos and spelling mistakes in user-visible messages BUG/MINOR: payload: validate minimum keyshare_len in smp_fetch_ssl_keyshare_groups BUG/MINOR: payload: prevent integer overflow in distcc token parsing