From: Remi Tricot-Le Breton Date: Tue, 26 Apr 2022 13:17:18 +0000 (+0200) Subject: MINOR: connection: Add way to disable active connection closing during soft-stop X-Git-Tag: v2.6-dev8~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7fdc65d45a8e0f9a051dd8d62ba8df9445d8f9;p=thirdparty%2Fhaproxy.git MINOR: connection: Add way to disable active connection closing during soft-stop If the "close-spread-time" option is set to "infinite", active connection closing during a soft-stop can be disabled. The 'connection: close' header or the GOAWAY frame will not be added anymore to the server's response and active connections will only be closed once the clients disconnect. Idle connections will not be closed all at once when the soft-stop starts anymore, and each idle connection will follow its own timeout based on the multiple timeouts set in the configuration (as is the case during regular execution). This feature request was described in GitHub issue #1614. This patch should be backported to 2.5. It depends on 'MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window'. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 9461b9b904..4f7fc4afb4 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1165,16 +1165,22 @@ close-spread-time