]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/connection: Move conn_si_send_proxy() in the connection scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 11:22:50 +0000 (13:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commitaa91d6292b20db5c4f3ff91fc34efa9a978cdb43
tree03911df2b236175fa18baffa999335e8e00cfc0e
parent64b8d335779cedfa281f7bc8b3584a2ed067f8a3
MINOR: stream-int/connection: Move conn_si_send_proxy() in the connection scope

conn_si_send_proxy() function is renamed conn_send_proxy() and moved in
connection.c
include/haproxy/connection.h
include/haproxy/stream_interface.h
src/connection.c
src/stream_interface.c
src/xprt_handshake.c