commit | bb9fb8b7f832d3a2cb62f5b4046390ae7943fc16 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 25 17:20:57 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 27 10:30:23 2020 +0100 |
tree | e8cb2d85697d51e83ab1a0d36fb6a2f267e4a461 | |
parent | b1bb069c156b6766ee0e07ab0b3ef75db57b3e5f [diff] |
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.