commit | 1a3b598b478170b385c632d5ca1d4506e329ad80 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 16 14:41:44 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 24 11:00:02 2022 +0100 |
tree | 4fa8a7805d47c239d03afb9f880f54fa32f9857e | |
parent | 20a650105183869defdee5ca95c49abcf83106eb [diff] |
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.