Changes since version 3.2-dev11 : Amaury Denoyelle (1): BUG/MINOR: quic: do not crash on CRYPTO ncbuf alloc failure Christopher Faulet (8): CLEANUP: Slightly reorder some proxy option flags to free slots MINOR: proxy: Add options to drop HTTP trailers during message forwarding MINOR: h1-htx: Skip C-L and T-E headers for 1xx and 204 messages during parsing MINOR: mux-h1: Keep custom "Content-Length: 0" header in 1xx and 204 messages MINOR: hlua/h1: Use http_parse_cont_len_header() to parse content-length value CLEANUP: h1: Remove now useless h1_parse_cont_len_header() function BUG/MEDIUM: mux-spop: Respect the negociated max-frame-size value to send frames MINOR: http-act: Add 'pause' action to temporarily suspend the message analysis Willy Tarreau (2): BUG/MINOR: proxy: always detach a proxy from the names tree on free() CLEANUP: proxy: detach the name node in proxy_free_common() instead