]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: make conn_si_send_proxy() use cs_get_first()
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:38:19 +0000 (21:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:38:19 +0000 (21:38 +0100)
commit6b1379fb8a6a3ecfbc7180d5085e03681e3fef87
treefd11a25dbe9d3dfddb459232b7df58dd2267da94
parentfafd3984b9bc41466bcfda88ee290352571099ed
MINOR: stream-int: make conn_si_send_proxy() use cs_get_first()

The function used to abuse the internals of mux_pt to retrieve a
conn_stream, which will not work anymore after the idle connection
changes. Let's make it rely on the more reliable cs_get_first()
instead.
src/stream_interface.c