Changes since version 1.7.9 : Baptiste Assmann (1): BUG/MEDIUM: tcp/http: set-dst-port action broken Ben51Degrees (1): DOC: 51d: Updated git URL and instructions for getting Hash Trie data files. Bin Wang (1): BUG/MAJOR: stream-int: don't re-arm recv if send fails Christopher Faulet (5): BUG/MEDIUM: http: Fix a regression bug when a HTTP response is in TUNNEL mode BUG/MEDIUM: http: Close streams for connections closed before a redirect BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo BUG/MINOR: compression: Check response headers before http-response rules eval BUG/MEDIUM: http: Return an error when url_dec sample converter failed David Carlier (1): BUG/MINOR: log: fixing small memory leak in error code path. Dragan Dosen (2): DOC: 51d: add 51Degrees git URL that points to release version 3.2.12.12 BUILD/MINOR: 51d: fix warning when building with 51Degrees release version 3.2.12.12 Ilya Shipitsin (1): BUG/MINOR: contrib/halog: fixing small memory leak Patrick Starr (1): DOC: fix some typos Thierry FOURNIER (1): BUG/MINOR: Lua: The socket may be destroyed when we try to access. Willy Tarreau (10): BUG/MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH BUG/MEDIUM: lua: HTTP services must take care of body-less status codes BUG/MEDIUM: stream: properly set the required HTTP analysers on use-service BUG/MEDIUM: epoll: ensure we always consider HUP and ERR BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O BUG/MINOR: tcp-check: don't quit with pending data in the send buffer BUG/MEDIUM: tcp-check: don't call tcpcheck_main() from the I/O handlers! BUG/MINOR: tcp-check: don't initialize then break a connection starting with a comment MINOR: tcp-check: make tcpcheck_main() take a check, not a connection MINOR: checks: don't create then kill a dummy connection before tcp-checks