]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/backend: Move si_connect() in the backend scope
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Mar 2022 07:53:38 +0000 (09:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit0a4dcb65ff9f5215115c8c12be3a77217eeff255
tree01e4e9b4ed69c46ea369aa6f34a79591506219e5
parent9125f3cc7733fc88517dc7c2a8d8decea505e0d1
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.
include/haproxy/stream_interface.h
src/backend.c