]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: refactor switching-rules processing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 8 Jan 2026 14:01:55 +0000 (15:01 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Jan 2026 08:08:18 +0000 (09:08 +0100)
commit12975c5c379345d2969f56cd4347b230ff504be0
treecb88f36b017c679d25bfa7dd3abc5d97790f64d7
parent2f6aab9211ff05d637e93a82e0f868ef31ce8e17
MEDIUM: stream: refactor switching-rules processing

This commit rewrites process_switching_rules() function. The objective
is to simplify backend selection so that a single unified
stream_set_backend() call is kept, both for regular and default backends
case.

This patch will be useful to add new capabilities on backends, in the
context of dynamic backend support implementation.
src/stream.c