Changes since version 1.7-dev5 : Andrew Rodland (1): DOC: fix the entry for hash-balance-factor config option Cyril Bonté (1): DOC: stats: provide state details for show servers state Grant (1): MINOR: examples: Update haproxy.spec URLs to haproxy.org Ian Miell (1): CLEANUP: cfgparse: Very minor spelling correction Jorrit Schippers (1): DOC: Fix typo in description of `-st` parameter in man page Willy Tarreau (11): BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream BUG/MEDIUM: peers: fix use after free in peer_session_create() MINOR: peers: make peer_session_forceshutdown() use the appctx and not the stream MINOR: peers: remove the pointer to the stream BUG/MEDIUM: systemd-wrapper: return correct exit codes MEDIUM: tools: make str2ip2() preserve existing ports CLEANUP: tools: make ipcpy() preserve the original port OPTIM: http: move all http character classs tables into a single one OPTIM: http: improve parsing performance of long header lines OPTIM: http: improve parsing performance of long URIs OPTIM: http: optimize lookup of comma and quote in header values