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)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Nov 2020 09:30:23 +0000 (10:30 +0100)
commitbb9fb8b7f832d3a2cb62f5b4046390ae7943fc16
treee8cb2d85697d51e83ab1a0d36fb6a2f267e4a461
parentb1bb069c156b6766ee0e07ab0b3ef75db57b3e5f
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.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c
src/payload.c
src/tcpcheck.c