]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: startup: don't use internal proxies to compute the maxconn
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 13 Dec 2022 17:17:44 +0000 (18:17 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 13 Dec 2022 17:28:29 +0000 (18:28 +0100)
commit0adafb307eacd75ad0305f996c07668f470da1e4
treed11154619513dc7543d8dce5952236d41ae7547b
parent38c5b6ea971952e2fd5ca6949d2f4076d9c1f6ff
BUG/MINOR: startup: don't use internal proxies to compute the maxconn

With internal proxies using the SSL activated (httpclient for example)
the automatic computation of the maxconn is wrong because these proxies
are always activated by default.

This patch fixes the issue by not counting these internal proxies during
the computation.

Must be backported as far as 2.5.
src/ssl_sock.c