commit | 14547b2e1c7e2d7c0b72b60c98059da750e8a8c6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 29 18:01:46 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 10:47:16 2018 +0100 |
tree | 986e9df807ac1d8adad69e0d1910bbedba975c3c | |
parent | 5c6109691a4c0cc88c0cec51823777b001ebb162 [diff] |
BUG/MEDIUM: streams: Don't assume we have a CS in sess_update_st_con_tcp. We can reach sess_update_st_con_tcp() while we still have a connection attached, so take that into account, and free the connection, instead of assuming it's always a conn_stream.