From: Christopher Faulet Date: Tue, 16 May 2023 06:15:12 +0000 (+0200) Subject: DOC: config: Clarify conditions to shorten the inspect-delay for TCP rules X-Git-Tag: v2.8-dev12~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43525abcebabaca0d413db58cf700621fe2d9989;p=thirdparty%2Fhaproxy.git DOC: config: Clarify conditions to shorten the inspect-delay for TCP rules Add a sentence to state when the inspect-delay is shortened for a TCP rule. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 43e4bffebb..632b194659 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -13699,6 +13699,9 @@ tcp-request inspect-delay Obviously this is unlikely to be very useful and might even be racy, so such setups are not recommended. + Note the inspection delay is shortened if an connection error or shutdown is + experienced or if the request buffer appears as full. + As soon as a rule matches, the request is released and continues as usual. If the timeout is reached and no rule matches, the default policy will be to let it pass through unaffected.