Changes since version 2.0.22 : Amaury Denoyelle (2): BUG/MINOR: server: free srv.lb_nodes in free_server BUG/MEDIUM: config: fix cpu-map notation with both process and threads Christopher Faulet (11): DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options BUG/MEDIUM: threads: Ignore current thread to end its harmless period BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function BUG/MINOR: logs: Report the true number of retries if there was no connection BUG/MINOR: mux-h1: Release idle server H1 connection if data are received BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data 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 Emeric Brun (11): BUG/MINOR: peers: remove useless table check if initial resync is finished BUG/MEDIUM: peers: re-work connection to new process during reload. BUG/MEDIUM: peers: re-work refcnt on table to protect against flush 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 Julien Pivotto (1): DOC: clarify that compression works for HTTP/2 Thayne McCombs (2): BUG/MINOR: tools: fix parsing "us" unit for timers BUG/MEDIUM: sample: Fix adjusting size in field converter Thierry Fournier (1): MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode William Lallemand (2): BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases BUG/MINOR: mworker: don't use oldpids[] anymore for reload