Changes since version 1.9.11 : Christopher Faulet (5): BUG/MEDIUM: htx: Catch chunk_memcat() failures when HTX data are formatted to h1 BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data BUG/MINOR: mux-h1: Mark the output buffer as full when the xfer is interrupted BUG/MINOR: mux-h1: Capture ignored parsing errors BUG/MINOR: http-htx: Properly set htx flags on error files to support keep-alive Miroslav Zagorac (1): BUG/MINOR: WURFL: fix send_log() function arguments Tim Duesterhus (1): BUG/MINOR: lua: Properly initialize the buffer's fields for string samples in hlua_lua2(smp|arg) William Lallemand (4): BUG/MINOR: ssl: abort on sni allocation failure BUG/MINOR: ssl: free the sni_keytype nodes BUG/MINOR: ssl: abort on sni_keytypes allocation failure BUILD: ssl: wrong #ifdef for SSL engines code Willy Tarreau (6): MINOR: mux-h2: add a per-connection list of blocked streams BUILD: ebtree: make eb_is_empty() and eb_is_dup() take a const BUG/MEDIUM: mux-h2: do not enforce timeout on long connections BUG/MEDIUM: cache: make sure not to cache requests with absolute-uri DOC: clarify some points around http-send-name-header's behavior MINOR: stats: mention in the help message support for "json" and "typed"