]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: function to add new sink servers
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 18 Sep 2023 15:14:22 +0000 (17:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:31 +0000 (15:34 +0200)
commit31e8a003a516ba23f497a75b1f13400fbe35d6e1
tree5a3b9d44007bbbf532f6fbb7223f9958bbd77aa7
parent205d480d9fe43064b51f5907e6734696070b0441
MINOR: sink: function to add new sink servers

Move the sft creation part out of sink_finalize() function so that it
becomes possible to register sink's servers without forward_px being
set.
src/sink.c