]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: session: Remove the session from the session_list in session_free.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 29 Nov 2018 16:50:45 +0000 (17:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 09:47:15 +0000 (10:47 +0100)
commit5c6109691a4c0cc88c0cec51823777b001ebb162
tree06535eb84718f5913d53cd4f1859b5ccb4dd73e5
parent0527639cd9fa96ebe600bb3ba9ac746267c8a68c
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.
src/session.c