Changes since version 1.5.15 : Ben Cabot (1): BUG/MEDIUM: config: Adding validation to stick-table expire value. Christopher Faulet (2): BUG: stream_interface: Reuse connection even if the output channel is empty BUG/MINOR: http: Be sure to process all the data received from a server Cyril Bonté (1): BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week Cyril Bonté (2): BUG/MEDIUM: sample: urlp can't match an empty value BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly David Carlier (1): CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. Emeric Brun (2): BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. BUG/MEDIUM: peers: old stick table updates could be repushed. Jerome Duval (1): BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. Lukas Tribus (3): BUG/MINOR: acl: don't use record layer in req_ssl_ver MINOR: unix: don't mention free ports on EAGAIN DOC: remove old tunnel mode assumptions Marcoen Hirschberg (1): BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation Panagiotis Panagiotopoulos (1): DOC: add server name at rate-limit sessions example Thierry FOURNIER (1): BUILD: freebsd: double declaration Willy Tarreau (15): BUG/MEDIUM: http: switch the request channel to no-delay once done. MINOR: config: extend the default max hostname length to 64 and beyond BUG/MEDIUM: http: don't enable auto-close on the response side BUG/MEDIUM: stream: fix half-closed timeout handling BUG/MEDIUM: cli: changing compression rate-limiting must require admin level BUG/MINOR: chunk: make chunk_dup() always check and set dst->size MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero MINOR: chunks: add chunk_strcat() and chunk_newstr() MINOR: chunk: make chunk_initstr() take a const string BUG/MEDIUM: channel: fix miscalculation of available buffer space. BUG/MINOR: stream: don't force retries if the server is DOWN BUG/CLEANUP: CLI: report the proper field states in "show sess" MINOR: stats: send content-length with the redirect to allow keep-alive BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation BUG/MEDIUM: chunks: always reject negative-length chunks lsenta (1): BUG: http: do not abort keep-alive connections on server timeout