Changes since version 1.9.4 : Ben51Degrees (1): BUG: 51d: In Hash Trie, multi header matching was affected by the header names stored globaly. Bertrand Jacquin (2): DOC: ssl: Clarify when pre TLSv1.3 cipher can be used DOC: ssl: Stop documenting ciphers example to use Christopher Faulet (3): BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck BUG/MINOR: config: Reinforce validity check when a process number is parsed BUG/MEDIUM: proto_htx: Fix data size update if end of the cookie is removed Dragan Dosen (2): BUG/MEDIUM: http_fetch: fix the "base" and "base32" fetch methods in HTX mode BUG/MEDIUM: http_fetch: fix "req.body_len" and "req.body_size" fetch methods in HTX mode Willy Tarreau (12): BUG/MINOR: spoe: do not assume agent->rt is valid on exit BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets BUG/MEDIUM: spoe: initialization depending on nbthread must be done last BUG/MEDIUM: server: initialize the idle conns list after parsing the config CLEANUP: server: fix indentation mess on idle connections BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end BUG/MINOR: mux-h1: verify the request's version before dropping connection: keep-alive BUG/MAJOR: stream: avoid double free on unique_id BUILD/MINOR: stream: avoid a build warning with threads disabled BUILD/MINOR: tools: fix build warning in the date conversion functions BUILD/MINOR: peers: remove an impossible null test in intencode() BUILD/MINOR: htx: fix some potential null-deref warnings with http_find_stline