]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: replace conn_full_close() with cs_close()
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Oct 2017 16:52:17 +0000 (18:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:24 +0000 (18:03 +0100)
commita553ae96f56070c9dada03d2598177ccca5b2689
treee37351abbfc19ea854bec6614f42233c8bd426a7
parent4b795245914eac02c7d2b776f5b5086afd6f3a2f
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.
src/checks.c
src/stream.c
src/stream_interface.c