commit | 0a4dcb65ff9f5215115c8c12be3a77217eeff255 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 31 09:53:38 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | 01e4e9b4ed69c46ea369aa6f34a79591506219e5 | |
parent | 9125f3cc7733fc88517dc7c2a8d8decea505e0d1 [diff] |
MINOR: stream-int/backend: Move si_connect() in the backend scope si_connect() is moved in backend.c and renamed as do_connect_server(). In addition, the function now manipulate a stream instead of a stream-interface.