Changes since version 2.1.2 : Ben51Degrees (1): BUG/MINOR: 51d: Fix bug when HTX is enabled Christopher Faulet (4): BUG/MINOR: h1: Report the right error position when a header value is invalid BUG/MINOR: proxy: Fix input data copy when an error is captured BUG/MINOR: channel: inject output data at the end of output BUG/MINOR: stream-int: Don't trigger L7 retry if max retries is already reached Jerome Magnin (3): BUG/MINOR: stream: don't mistake match rules for store-request rules BUG/MINOR: pattern: handle errors from fgets when trying to load patterns BUILD: pattern: include errno.h Kevin Zhu (1): BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied Olivier Houchard (5): BUG/MEDIUM: checks: Only attempt to do handshakes if the connection is ready. BUG/MEDIUM: connections: Hold the lock when wanting to kill a connection. MINOR: ssl: Remove unused variable "need_out". BUG/MEDIUM: tasks: Use the MT macros in tasklet_free(). BUG/MEDIUM: mux_h1: Don't call h1_send if we subscribed(). Tim Duesterhus (2): BUG/MINOR: cache: Fix leak of cache name in error path BUG/MINOR: dns: Make dns_query_id_seed unsigned William Dauchy (1): MINOR: config: disable busy polling on old processes William Lallemand (4): BUG/MINOR: cli/mworker: can't start haproxy with 2 programs REGTEST: mcli/mcli_start_progs: start 2 programs BUG/MEDIUM: mworker: remain in mworker mode during reload BUG/MEDIUM: cli: _getsocks must send the peers sockets Willy Tarreau (8): BUG/MINOR: checks: refine which errno values are really errors. BUG/MEDIUM: session: do not report a failure when rejecting a session BUG/MINOR: mux-h2: use a safe list_for_each_entry in h2_send() BUG/MEDIUM: mux-h2: fix missing test on sending_list in previous patch BUG/MEDIUM: mux-h2: don't stop sending when crossing a buffer boundary BUG/MAJOR: hashes: fix the signedness of the hash inputs REGTEST: add sample_fetches/hashes.vtc to validate hashes BUG/MEDIUM: connection: add a mux flag to indicate splice usability