MINOR: config: reject long-deprecated "option forceclose"
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:01:50 +0000 (16:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commit6ba69841f8612d09ec1320e7e82799cf525e3099
tree6b716f47cca4b0d6f40e420c3f2ca25191b625e4
parent4a83977283696df94d2e5a9e2e09798ae6c208a4
MINOR: config: reject long-deprecated "option forceclose"

It's been warning as being deprecated since 2.0-dev4, it's about time
to drop it now. The error message recommends to either remove it or
use "option httpclose" instead. It's still referred to in the old
internal doc about the connection header, which itself seems highly
inaccurate by now.
doc/close-options.txt
src/cfgparse-listen.c
tests/conf/test-connection.cfg