commit | a553ae96f56070c9dada03d2598177ccca5b2689 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 05 18:52:17 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:24 2017 +0100 |
tree | e37351abbfc19ea854bec6614f42233c8bd426a7 | |
parent | 4b795245914eac02c7d2b776f5b5086afd6f3a2f [diff] |
MEDIUM: connection: replace conn_full_close() with cs_close() At all call places where a conn_stream is in use, we can now use cs_close() to get rid of a conn_stream and of its underlying connection if the mux estimates it makes sense. This is what is currently being done for the pass-through mux.