commit | ecdb3fe9f4b27ffe053d34d92a4c37692af49737 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 05 15:25:48 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:23 2017 +0100 |
tree | 33a565405dc71784dd49a7e4af5841a94cf203c3 | |
parent | 79dadb5335e933d085baf1a8b518ceb951f87a9d [diff] |
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.