commit | 0f9cd7b196073f6d3a3826049b985edcd20c18be | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 31 19:02:43 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 31 19:38:25 2019 +0100 |
tree | 2df0486f93b02df08aacde668a66f67d7232880a | |
parent | 4dbda620f2872b33aefc8c87ac34f7c71dbd1701 [diff] |
MINOR: stream-int: add a new flag to mention that we want the connection to be killed The new flag SI_FL_KILL_CONN is now set by the rare actions which deliberately want the whole connection (and not just the stream) to be killed. This is only used for "tcp-request content reject", "tcp-response content reject", "tcp-response content close" and "http-request reject". The purpose is to desambiguate the close from a regular shutdown. This will be used by the next patches.