]> git.kaiwu.me - haproxy.git/commit
MINOR: filters: Set last_entity when a filter fails on stream_start callback
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Mar 2026 09:56:52 +0000 (10:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 14:34:47 +0000 (15:34 +0100)
commitcd9f159210456423c321188d0675101b424e37aa
tree14282fde1206023fa05fc561ad32ee50aa8117af
parent3eadf887f7a0231973a9eb3bb56d6c8659686ab6
MINOR: filters: Set last_entity when a filter fails on stream_start callback

On the stream, the last_entity should reference the last rule or the last
filter evaluated during the stream processing. However, this info was not
saved when a filter failed on strem_start callback function. It is now
fixed.

This patch could be backported as far as 3.1.
src/filters.c