Changes since version 3.3.4 : Amaury Denoyelle (1): BUG/MINOR: promex: fix server iteration when last server is deleted Christopher Faulet (14): BUG/MEDIUM: stream: Handle TASK_WOKEN_RES as a stream event BUG/MINOR: h1-htx: Be sure that H1 response version starts by "HTTP/" DEBUG: stream: Display the currently running rule in stream dump MINOR: filters: Set last_entity when a filter fails on stream_start callback DOC: config: Use the right alias for %B BUG/MINOR: channel: Increase the stconn bytes_in value in channel_add_input() BUG/MINOR: sample: Fix sample to retrieve the number of bytes received and sent BUG/MINOR: http-ana: Increment scf bytes_out value if an haproxy error is sent BUG/MAJOR: fcgi: Fix param decoding by properly checking its size BUG/MAJOR: resolvers: Properly lowered the names found in DNS response BUG/MEDIUM: mux-fcgi: Use a safe loop to resume each stream eligible for sending BUG/MINOR: hlua: Properly enable/disable line receives from HTTP applet BUG/MEDIUM: hlua: Fix end of request detection when retrieving payload BUG/MINOR: stconn: Increase SC bytes_out value in se_done_ff() Frederic Lecaille (4): BUG/MAJOR: qpack: unchecked length passed to huffman decoder BUG/MINOR: qpack: fix 1-byte OOB read in qpack_decode_fs_pfx() BUG/MINOR: quic: fix OOB read in preferred_address transport parameter BUG/MEDIUM: qpack: correctly deal with too large decoded numbers Willy Tarreau (4): MINOR: mux-h2: also count glitches on invalid trailers MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging BUG/MEDIUM: mux-h2: make sure to always report pending errors to the stream BUG/MEDIUM: hpack: correctly deal with too large decoded numbers