Changes since version 2.2.6 : Christopher Faulet (7): BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections BUG/MINOR: http-check: Use right condition to consider HTX message as full BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules BUG/MINOR: tools: make parse_time_err() more strict on the timer validity BUG/MINOR: tools: Reject size format not starting by a digit BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight David Carlier (2): BUILD/MINOR: haproxy DragonFlyBSD affinity build update. DOC: email change of the DeviceAtlas maintainer Emeric Brun (1): BUG/MAJOR: ring: tcp forward on ring can break the reader counter. Gilchrist Dadaglo (8): BUG/MAJOR: spoa/python: Fixing return None DOC: spoa/python: Fixing typo in IP related error messages DOC: spoa/python: Rephrasing memory related error messages DOC: spoa/python: Fixing typos in comments BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments BUG/MEDIUM: spoa/python: Fixing references to None Phil Scherer (1): DOC/MINOR: Fix formatting in Management Guide Pierre Cheynier (1): CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric Thierry Fournier (8): BUG/MINOR: lua: missing "\n" in error message BUG/MINOR: lua: lua-load doesn't check its parameters BUG/MINOR: lua: Post init register function are not executed beyond the first one BUG/MINOR: lua: Some lua init operation are processed unsafe MINOR: actions: Export actions lookup functions MINOR: actions: add a function returning a service pointer from its name MINOR: cli: add a function to look up a CLI service description BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times