MINOR: config: remove support for deprecated option "tune.chksize"
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 13:29:31 +0000 (15:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commiteb9d90a5a2608a00dc498bee662394ecd91e9918
tree021315632fbc0a8eb23124f78b7b3e72e980bd4b
parent85af93b8c74b5664fc473cf84d59ce6279249216
MINOR: config: remove support for deprecated option "tune.chksize"

It was marked as deprecated for immediate removal as it was not used,
let's reject it and remove it from the doc. A specific error suggests
to check tune.bufsize instead.
doc/configuration.txt
src/cfgparse-global.c