]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: rewrite alloc of stream target address
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 Jan 2021 14:24:31 +0000 (15:24 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 12 Feb 2021 11:53:56 +0000 (12:53 +0100)
commit68cf3959b345ec9d596d40b01eb416d2bef6522c
tree1f51c8ee0ea032090fc19db5d94467222616dfc8
parente6762399222a2df9d89a2489b01d036a253b9b5f
MINOR: backend: rewrite alloc of stream target address

Change the API of the function used to allocate the stream target
address. This is done in order to be able to allocate the destination
address and use it to reuse a connection sharing with the same address.
In particular, the flag stream SF_ADDR_SET is now set outside of the
function.
src/backend.c