]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 13:25:48 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:23 +0000 (18:03 +0100)
commitecdb3fe9f4b27ffe053d34d92a4c37692af49737
tree33a565405dc71784dd49a7e4af5841a94cf203c3
parent79dadb5335e933d085baf1a8b518ceb951f87a9d
MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode

Now we can specify how we want to shutdown (drain vs reset, and normal
vs silent), and this propagates to the mux then the transport layer.
include/proto/connection.h
include/types/connection.h
src/checks.c
src/mux_pt.c
src/stream_interface.c