MINOR: config: Deprecate and ignore tune.chksize global option
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Nov 2020 16:20:57 +0000 (17:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 6 Feb 2021 08:33:30 +0000 (09:33 +0100)
commit7151a12df5338abc17eb9911f94dcd12b4e259b1
treecde1216fe0e058c5053a542c0394e075118db1c2
parent71c659993e81f00004f70425ac26340003d2783b
MINOR: config: Deprecate and ignore tune.chksize global option

This option is now ignored because I/O check buffers are now allocated using the
buffer pool. Thus, it is marked as deprecated in the documentation and ignored
during the configuration parsing. The field is also removed from the global
structure.

Because this option is ignored since a recent fix, backported as fare as 2.2,
this patch should be backported too. Especially because it updates the
documentation.

(cherry picked from commit bb9fb8b7f832d3a2cb62f5b4046390ae7943fc16)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c
src/payload.c
src/tcpcheck.c