]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Add function to attach a connection to a SI
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Dec 2021 13:41:44 +0000 (14:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:02 +0000 (11:00 +0100)
commit1a3b598b478170b385c632d5ca1d4506e329ad80
tree4fa8a7805d47c239d03afb9f880f54fa32f9857e
parent20a650105183869defdee5ca95c49abcf83106eb
MINOR: stream-int: Add function to attach a connection to a SI

si_attach_conn() function should be used to attach a connection to a
stream-interface. It created a conn-stream if necessary. This function is
mandatory to be able to keep the backend conn-stream during connection
retries.
include/haproxy/stream_interface.h