]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: implement session_free() and use it everywhere
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 13:54:03 +0000 (15:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:30 +0000 (11:37 +0200)
commit11c3624c3211b51acbc2ec8282534022bbc6fd5a
treebf8b00d2edd15212faed159d861ad95d85440ad7
parent8d2eca73ebc246071e4d6c3dbf46088127fc63ba
MINOR: session: implement session_free() and use it everywhere

We want to call this one everywhere we have to kill a session so
that future parts we move to the session can be released from there.
include/proto/session.h
src/hlua.c
src/peers.c
src/session.c
src/stream.c