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.
This commit is contained in:
Christopher Faulet 2023-05-16 08:15:12 +02:00
parent 4ab27a2403
commit 43525abceb
1 changed files with 3 additions and 0 deletions

View File

@ -13699,6 +13699,9 @@ tcp-request inspect-delay <timeout>
Obviously this is unlikely to be very useful and might even be racy, so such Obviously this is unlikely to be very useful and might even be racy, so such
setups are not recommended. 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 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 the timeout is reached and no rule matches, the default policy will be to let
it pass through unaffected. it pass through unaffected.