]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: adjust conn_backend_get() API
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 31 Mar 2025 13:59:01 +0000 (15:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 2 Apr 2025 12:57:40 +0000 (14:57 +0200)
commit4f0240f9a4dbcdba525aec2e191b62212c8c1f8f
tree13df77c5b55dcfa9643d0aa9aaa03aec89d65a6d
parent2ca616b4e194b4c3a49cf893087c00ce37525992
MINOR: backend: adjust conn_backend_get() API

The main objective of this patch is to remove the stream instance from
conn_backend_get() parameters. This would allow to perform reuse outside
of stream contexts, for example for checks purpose.
src/backend.c