]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-ana: Reset analyse_exp date after 'wait-for-body' action master
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Oct 2025 15:02:47 +0000 (17:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Oct 2025 15:09:16 +0000 (17:09 +0200)
commit8219fa184203d2646f86c6be2630e1c9ffc8ebd0
treeaeaefdc915ad9dfca8d9f69649911ca3208381bc
parent61933a96a6b31c0d3e5ec4eb7e963f176d6bd580
BUG/MINOR: http-ana: Reset analyse_exp date after 'wait-for-body' action

'wait-for-body' action set analyse_exp date for the channel to the
configured time. However, when the action is finished, it does not reset
it. It is an issue for some following actions, like 'pause', that also rely
on this date.

To fix the issue, we must take care to reset the analyse_exp date to
TICK_ETERNITY when the 'wait-for-body' action is finished.

This patch should fix the issue #3147. It must be backported to all stable
versions.
src/http_ana.c