Changes since version 1.6.7 : Baptiste Assmann (1): BUILD: make proto_tcp.c compatible with musl library Frédéric Lécaille (1): BUG/MINOR: peers: Fix peers data decoding issue Olivier Doucet (1): DOC: minor typo fixes to improve HTML parsing by haproxy-dconv Thierry FOURNIER (2): BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash Thierry FOURNIER / OZON.IO (2): DOC: lua: remove old functions BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests Willy Tarreau (9): BUG/MEDIUM: stream-int: completely detach connection on connect error BUG/MAJOR: compression: initialize avail_in/next_in even during flush BUG/MEDIUM: samples: make smp_dup() always duplicate the sample MINOR: sample: implement smp_is_safe() and smp_make_safe() MINOR: sample: provide smp_is_rw() and smp_make_rw() BUG/MAJOR: server: the "sni" directive could randomly cause trouble BUG/MEDIUM: stick-tables: do not fail on string keys with no allocated size BUG/MEDIUM: stick-table: properly convert binary samples to keys MINOR: sample: use smp_make_rw() in upper/lower converters