MINOR: mux_pt: Don't try to remove the connection from the idle list.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 10 Mar 2020 17:01:25 +0000 (18:01 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 17 Mar 2020 12:38:18 +0000 (13:38 +0100)
commita48e7ece481c2d0408276efc2587b41a283d42b5
tree42bd7a901956cdaa6d3ff612294fdba2547d3dea
parent7fa5562190e5f87b909b74f83edf30e51510efa0
MINOR: mux_pt: Don't try to remove the connection from the idle list.

Don't bother trying to remove the connection from the idle list, as the
only connections the mux_pt handles are now the TCP-mode connections, and
those are never added to the idle list.
src/mux_pt.c