]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: use conn_get_{src,dst} in conn_si_send_proxy()
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 09:40:51 +0000 (11:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit7bb447c3ddcc3f5cd5d117d4cd3f79f334ff6730
treef81f8cfbe60bedbdd02f3a42d708272a496d30cc
parentdddd2b422f6559ce53e4a956b17914c0174972ad
MINOR: stream-int: use conn_get_{src,dst} in conn_si_send_proxy()

These ones replace the previous conn_get_{from,to}_addr() used to wait
for the connection establishment before sending a LOCAL line. The
error handling was preserved.
src/stream_interface.c