]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: stop emitting logs for internal proxies when stopping
authorWilliam Lallemand <wlallemand@haproxy.org>
Sun, 14 May 2023 21:23:36 +0000 (23:23 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 15 May 2023 08:38:09 +0000 (10:38 +0200)
commit7f954691634a794019e5f8720b8edb95f9f90258
tree24b30be7115e47f2f38838bca5984e48301682bc
parent6eb53b138d9f190b0fa3ae4abfc292a9c7ca7cdd
MEDIUM: proxy: stop emitting logs for internal proxies when stopping

The HTTPCLIENT and the OCSP-UPDATE proxies are internal proxies, we
don't need to display logs of them stopping during the stopping of the
process.

This patch checks if a proxy has the flag PR_CAP_INT so it doesn't
display annoying messages.
src/proxy.c