commit | b2eb32641099733e41172924c64ffd63a2cc9019 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jul 04 14:26:41 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 05 14:30:51 2019 +0200 |
tree | 0c85f8a0880ab85549a7a1d49eef137383a0b62d | |
parent | 1a9c25f89ef2b0f3d2aecab6529026842ae47878 [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. (cherry picked from commit cee03890889f242945e0c0128e57f01acf40a35c) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>