]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jul 2020 09:56:13 +0000 (11:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Jul 2020 07:31:09 +0000 (09:31 +0200)
commit2747fbb7ac1d2db587e88d59743118995c986d6d
tree2e78cfdd0bc620c08c4fb0a0744ed55b0c73a837
parent54f3e183c87fa3694a25b3116c724222fc95676b
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.
include/haproxy/stream-t.h
src/stream.c
src/tcp_rules.c