commit | 2883fcf65bc09d4acf25561bcd955c6ca27c0438 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 01 14:59:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 07 14:31:01 2020 +0200 |
tree | 064072f052c83cc67e586203ee987005cf4beeb8 | |
parent | aa27853ce2111034c85c53fd824bdb52f0f34b07 [diff] |
BUG/MINOR: connection: See new connection as available only on reuse always When the multiplexer creation is delayed after the handshakes phase, the connection is added in the available connection list if http-reuse never is not configured for the backend. But it is a wrong statement. At this step, the connection is not safe because it is a new connection. So it must be added in the available connection list only if http-reuse always is used. No backport needed, this is 2.2-dev.