]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http_ana: fix typo in http_res_get_intercept_rule
authorAurelien DARRAGON <adarragon@haproxy.com>
Sat, 23 Aug 2025 05:39:19 +0000 (07:39 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 25 Aug 2025 08:59:08 +0000 (10:59 +0200)
commitf9b227ebff7c575f3a9cd1b8060b42894f8e2165
tree16534fd2e17690c8d16ec5f0f9f8659a251e1f7d
parent1529ec1a25cc216f7613517e5e8c936852d18007
MINOR: http_ana: fix typo in http_res_get_intercept_rule

HTTP_RULE_RES_YIELD was used where HTTP_RULE_RES_FYIELD should be used.
Hopefully, aside from debug traces, both return values were treated
equally. Let's fix that to prevent confusion and from causing bugs
in the future.

It may be backported in 3.2 with 0846638 ("MEDIUM: stream: interrupt
costly rulesets after too many evaluations") if it easily applies
src/http_ana.c