Changes since version 2.1.9 : Amaury Denoyelle (2): MINOR: counters: fix a typo in comment BUG/MINOR: stats: fix validity of the json schema Brad Smith (1): BUILD: makefile: Fix building with closefrom() support enabled Christopher Faulet (9): DOC: tcp-rules: Refresh details about L7 matching for tcp-request content rules MINOR: hlua: Display debug messages on stderr only in debug mode BUG/MINOR: mux-h1: Always set the session on frontend h1 stream BUG/MEDIUM: mux-fcgi: Don't handle pending read0 too early on streams BUG/MEDIUM: mux-h2: Don't handle pending read0 too early on streams BUG/MINOR: http-htx: Expect no body for 204/304 internal HTTP responses BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn Emmanuel Hocdet (1): BUG/MEDIUM: ssl: OCSP must work with BoringSSL Eric Salama (1): BUG/MINOR: Fix several leaks of 'log_tag' in init(). Frédéric Lécaille (2): BUG/MINOR: peers: Inconsistency when dumping peer status codes. BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. Ilya Shipitsin (2): BUILD: ssl: make BoringSSL use its own version numbers BUG/MINOR: disable dynamic OCSP load with BoringSSL William Lallemand (2): BUG/MEDIUM: ssl: crt-list negative filters don't work MINOR: ssl: reach a ckch_store from a sni_ctx Willy Tarreau (5): BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited BUG/MINOR: mux-h2: do not stop outgoing connections on stopping MINOR: fd: report an error message when failing initial allocations BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once