Changes since version 1.8.8 : Aurélien Nephtali (1): BUG/MINOR: pattern: Add a missing HA_SPIN_INIT() in pat_ref_newid() Christopher Faulet (3): BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread BUG/MINOR: checks: Fix check->health computation for flapping servers BUG/MEDIUM: threads: Fix the sync point for more than 32 threads Dragan Dosen (1): BUG/MINOR: map: correctly track reference to the last ref_elt being dumped Olivier Houchard (1): BUG/MEDIUM: task: Don't free a task that is about to be run. Patrick Hemmer (1): DOC/MINOR: clean up LUA documentation re: servers & array/table. PiBa-NL (2): BUG/MINOR: lua: Put tasks to sleep when waiting for data BUG/MINOR: lua: schedule socket task upon lua connect() Rian McGuire (1): BUG/MINOR: log: t_idle (%Ti) is not set for some requests Tim Duesterhus (2): BUG/MAJOR: channel: Fix crash when trying to read from a closed socket BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits Willy Tarreau (3): MINOR: h2: detect presence of CONNECT and/or content-length BUG/MEDIUM: h2: implement missing support for chunked encoded uploads BUG/MINOR: config: disable http-reuse on TCP proxies