commit | 34ce7d075ae3d5d5c876de4ad76bdf0e358772df | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 10 14:06:33 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 10 14:20:52 2019 +0200 |
tree | f9cf50e963fecc1a193da42dc9fd65ee71dc81ac | |
parent | 1dad3843dcbaa4d66ca2fc4abb9abbff59b8494a [diff] |
BUG/MINOR: server: Be really able to keep "pool-max-conn" idle connections The maximum number of idle connections for a server can be configured by setting the server option "pool-max-conn". But when we try to add a connection in its idle list, because of a wrong comparison, it may be rejected because there are already "pool-max-conn - 1" idle connections. This patch must be backported to 2.0 and 1.9.