Changes since version 1.8.26 : Christopher Faulet (5): BUG/MEDIUM: mux-h2: Don't fail if nothing is parsed for a legacy chunk response BUG/MEDIUM: map/lua: Return an error if a map is loaded during runtime BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned Dragan Dosen (1): BUG/MEDIUM: pattern: fix memory leak in regex pattern functions Lukas Tribus (1): BUG/MINOR: dns: ignore trailing dot Tim Duesterhus (2): MINOR: Commit .gitattributes CLEANUP: Update .gitignore William Lallemand (2): BUG/MINOR: startup: haproxy -s cause 100% cpu BUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp() Willy Tarreau (5): BUG/MINOR: stats: use strncmp() instead of memcmp() on health states BUG/MINOR: reload: do not fail when no socket is sent BUG/MINOR: threads: work around a libgcc_s issue with chrooting BUILD: thread: limit the libgcc_s workaround to glibc only BUILD: threads: better workaround for late loading of libgcc_s