]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lua: Set the analyse expiration date with smaller wake_time only
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jul 2020 10:01:55 +0000 (12:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Jul 2020 07:31:09 +0000 (09:31 +0200)
commit8f587ea34726c9d3e4529c8f9b3b10d832df5d4a
tree61bae4e03ad63f4755c7436999fe22e78a16c08d
parent2747fbb7ac1d2db587e88d59743118995c986d6d
MEDIUM: lua: Set the analyse expiration date with smaller wake_time only

If a lua action yields for any reason and if the wake timeout is set, it only
override the analyse expiration date if it is smaller. This way, a lower
inspect-delay will be respected, if any.
src/hlua.c