summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faulet <cfaulet@haproxy.com>2023-05-16 08:15:12 +0200
committerChristopher Faulet <cfaulet@haproxy.com>2023-05-17 09:21:01 +0200
commit43525abcebabaca0d413db58cf700621fe2d9989 (patch)
treeec8e597dd26f6a096fe7ada838dd8cabd18d3258
parent4ab27a24035fab4c784897da9d7cf51222f2987c (diff)
downloadhaproxy-43525abcebabaca0d413db58cf700621fe2d9989.tar.gz
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.
-rw-r--r--doc/configuration.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 43e4bffeb..632b19465 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -13699,6 +13699,9 @@ tcp-request inspect-delay <timeout>
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.