commit | 2747fbb7ac1d2db587e88d59743118995c986d6d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 28 11:56:13 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 30 09:31:09 2020 +0200 |
tree | 2e78cfdd0bc620c08c4fb0a0744ed55b0c73a837 | |
parent | 54f3e183c87fa3694a25b3116c724222fc95676b [diff] |
MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset A dedicated expiration date is now used to apply the inspect-delay of the tcp-request or tcp-response rulesets. Before, the analyse expiratation date was used but it may also be updated by the lua (at least). So a lua script may extend or reduce the inspect-delay by side effect. This is not expected. If it becomes necessary, a specific function will be added to do this. Because, for now, it is a bit confusing.