]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: do not forcefully close the client connection anymore
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Oct 2017 09:33:44 +0000 (11:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:24 +0000 (18:03 +0100)
commit3256073976d4f43e12e7ff97d243fdb8eb56165a
treebe6cb7bc54176fe032149fb5326805fcfd70cd57
parent2c52a2b9ee472574d59c97427e5149df1e5eb496
MEDIUM: stream: do not forcefully close the client connection anymore

Now that the mux will take care of closing the client connection at the
right moment, we don't need to close the client connection anymore, and
we just need to close the conn_stream.
src/stream.c