]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] session: make session_shutdown() an independant function
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 21:01:56 +0000 (23:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 21:01:56 +0000 (23:01 +0200)
commita2a64e968993ecbb89903dd9b42ca2c7c792f194
tree581724ce95ba46d0720d0cb563ed03dbf3009bbe
parent532a450ebcf3a5177471cbc86722fd0f483b6337
[MEDIUM] session: make session_shutdown() an independant function

We already had the ability to kill a connection, but it was only
for the checks. Now we can do this for any session, and for this we
add a specific flag "K" to the logs.
doc/configuration.txt
include/proto/session.h
include/types/session.h
src/checks.c
src/log.c
src/session.c