]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: remove the deprecated "grace" keyword
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:27:10 +0000 (16:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commiteb778248d90bf70749e673c7bdd630736615eb0a
treed824a280fde42ee0e985ccd83554fb2a601bb5fd
parentd2f2537d1b0b0e4f7da3740aa7270b04af8f7def
MEDIUM: proxy: remove the deprecated "grace" keyword

Commit ab0a5192a ("MEDIUM: config: mark "grace" as deprecated") marked
the "grace" keyword as deprecated in 2.3, tentative removal for 2.4
with a hard deadline in 2.5, so let's remove it and return an error now.
This old and outdated feature was incompatible with soft-stop, reload
and socket transfers, and keeping it forced ugly hacks in the lower
layers of the protocol stack.
admin/syntax-highlight/haproxy.vim
doc/configuration.txt
include/haproxy/protocol.h
include/haproxy/proxy-t.h
src/cfgparse-listen.c
src/protocol.c
src/proxy.c