]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: provide a common conn_full_close() function
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 16:32:21 +0000 (17:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2012 16:32:21 +0000 (17:32 +0100)
commit2b199c9ac33703e3e212d9643ee4816464078e3c
tree1d8673895e3ea537e75e0d837a006858a6eb8d61
parentdb3b4a28913a26a0835c60b93ad49f0a6c714363
MEDIUM: connection: provide a common conn_full_close() function

Several places got the connection close sequence wrong because it
was not obvious. In practice we always need the same sequence when
aborting, so let's have a common function for this.
include/proto/connection.h
src/checks.c
src/session.c
src/stream_interface.c