commit | 2365fb0c9748b70ceada1094f59180e9e72b6b6b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 07 15:02:52 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 07 17:07:23 2019 +0100 |
tree | 87e8f42363888ea4edde55cfba996f171fe3cf3f | |
parent | 7c49711d6041d1afc42d5b310ddfd7d6f6817c3c [diff] |
BUG/MAJOR: config: Wrong maxconn adjustment. Before c8d5b95 the "maxconn" of the backend of dynamic "use_backend" rules was not modified (this does not make sense and this is correct). When implementing proxy_adjust_all_maxconn(), c8d5b95 commit missed this case. With this patch we adjust the "maxconn" of the backend of such rules only if they are not dynamic. Without this patch reg-tests/http-rules/h00003.vtc could make haproxy crash.