From: Willy Tarreau Date: Fri, 11 Jun 2021 14:27:10 +0000 (+0200) Subject: MEDIUM: proxy: remove the deprecated "grace" keyword X-Git-Tag: v2.5-dev1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb77824;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/admin/syntax-highlight/haproxy.vim b/admin/syntax-highlight/haproxy.vim index 02c3232551..e50a76cf5e 100644 --- a/admin/syntax-highlight/haproxy.vim +++ b/admin/syntax-highlight/haproxy.vim @@ -44,7 +44,7 @@ syn keyword hapParam chroot cliexp syn keyword hapParam daemon debug disabled syn keyword hapParam enabled syn keyword hapParam fullconn -syn keyword hapParam gid grace group +syn keyword hapParam gid group syn keyword hapParam maxconn monitor-uri syn keyword hapParam nbproc noepoll nopoll syn keyword hapParam pidfile diff --git a/doc/configuration.txt b/doc/configuration.txt index 55469de38d..c5d85c674e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3562,7 +3562,6 @@ errorloc303 X X X X force-persist - - X X filter - X X X fullconn X - X X -grace X X X X hash-type X - X X http-after-response - X X X http-check comment X - X X @@ -5097,25 +5096,6 @@ fullconn See also : "maxconn", "server" -grace