commit | 7b271b214fa5a750d6c93d429b72e7004b6168eb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 25 09:59:22 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 25 15:52:41 2017 +0200 |
tree | 8fc3b883c858bd7fc027a9696ceade0e3c02b274 | |
parent | 916e12dcfbee0d66f2ac04f7c033b6946d71bfe2 [diff] |
MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw() This one may be called by upper layers (eg: si_shutw()) or lower layers (si_shutw() as well during stream_int_notify()) so we want it to take care of updating the connection's flags if it's not going to be done by the caller.