]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: srv_queue helper
authorChris Staite <christopher.staite@menlosecurity.com>
Fri, 26 Sep 2025 08:04:28 +0000 (09:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Sep 2025 08:46:48 +0000 (10:46 +0200)
commitfaba98c85f7c90c1e1d393263ab734fb8c3525b5
tree1be2d73a2e65f38ae3f816579af6f16a219cecc8
parentb3b910cc3f342a5e86c79859d223efeafc61d53d
MINOR: backend: srv_queue helper

In preparation of providing further server converters, split the code
for finding the server from the sample out.

Additionally, update the documentation for srv_queue converter to note
security concerns.
doc/configuration.txt
src/backend.c