commit | 5c6109691a4c0cc88c0cec51823777b001ebb162 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 29 17:50:45 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 10:47:15 2018 +0100 |
tree | 06535eb84718f5913d53cd4f1859b5ccb4dd73e5 | |
parent | 0527639cd9fa96ebe600bb3ba9ac746267c8a68c [diff] |
BUG/MEDIUM: session: Remove the session from the session_list in session_free. When freeing the session, we may fail to free the outgoing connection, because it still has streams attached. So remove ourself from the session list, so that the connection doesn't try to access it later.