commit | 6b1379fb8a6a3ecfbc7180d5085e03681e3fef87 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:38:19 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:38:19 2018 +0100 |
tree | fd11a25dbe9d3dfddb459232b7df58dd2267da94 | |
parent | fafd3984b9bc41466bcfda88ee290352571099ed [diff] |
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.