]> git.kaiwu.me - haproxy.git/commit
MINOR: filters: Use filter API as far as poissible to break loops on filters
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 4 Mar 2026 08:05:14 +0000 (09:05 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 14:34:47 +0000 (15:34 +0100)
commit3eadf887f7a0231973a9eb3bb56d6c8659686ab6
treeaee25f00a5a913e94dad50b1df426d45f0e47709
parent9f1e9ee0ed29cae92e39cbc907058bf9062355d1
MINOR: filters: Use filter API as far as poissible to break loops on filters

When the filters API was refactored to improve loops on filters, some places
were not updated (or not fully updated). Some loops were not relying on
resume_filter_list_break() while it was possible. So let's do so with this
patch.
src/filters.c