commit | cee03890889f242945e0c0128e57f01acf40a35c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jul 04 14:26:41 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Jul 04 14:28:18 2019 +0200 |
tree | f80b382821f4e35a1fe721df0b107517a68fa192 | |
parent | 8d82db70a5f32427fb592a947d2a612bcb01d95e [diff] |
BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. When deciding if we keep an idle connection in the session, check if the number of connections currently in the session is >= the max allowed, not >, or we'll keep an extra connection. This should be backported to 1.9 and 2.0.