]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection
authorWilly Tarreau <w@1wt.eu>
Thu, 31 Jan 2019 18:09:59 +0000 (19:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 Jan 2019 18:38:25 +0000 (19:38 +0100)
commit51d0a7e54c4d2b1c90cc182a022f3635ac0ebf1c
tree171a93928358d0b1a16ee33c6d52191a115eae65
parent0f9cd7b196073f6d3a3826049b985edcd20c18be
MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection

This is the equivalent of SI_FL_KILL_CONN but for the connstreams. It
will be set by the stream-interface during the various shutdown
operations.
include/types/connection.h
src/stream_interface.c