Changes since version 2.3.10 : Christopher Faulet (4): BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message BUG/MINOR: applet: Notify the other side if data were consumed by an applet BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers Emeric Brun (8): BUG/MEDIUM: peers: initialize resync timer to get an initial full resync BUG/MEDIUM: peers: register last acked value as origin receiving a resync req BUG/MEDIUM: peers: stop considering ack messages teaching a full resync BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected BUG/MEDIUM: peers: reset commitupdate value in new conns BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly BUG/MEDIUM: peers: reset tables stage flags stages on new conns MINOR: peers: add informative flags about resync process for debugging William Lallemand (1): BUG/MINOR: ssl/cli: fix a lock leak when no memory available Willy Tarreau (6): REGTESTS: add minimal CLI "add map" tests BUG/MEDIUM: cli: prevent memory leak on write errors MINOR: compat: automatically include malloc.h on glibc MEDIUM: pools: call malloc_trim() from pool_gc() MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS MINOR: debug: add a new "debug dev sym" command in expert mode