]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: report a warning for max_ka_queue in proxy_cfg_ensure_no_http()
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 19 Sep 2023 16:48:23 +0000 (18:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commit3934901e514df8bf0b0b22dda724e1fd4fb9d10c
tree3432cfd4091c14fcf173a18885cf2967590bd2e7
parent65f1124b5dd4f01142337318f16968a33c2146ed
MINOR: proxy: report a warning for max_ka_queue in proxy_cfg_ensure_no_http()

Display a warning when max_ka_queue is set (it is the case when
"max-keep-alive-queue" directive is used within a proxy section) to inform
the user that this directives depends on the "http" mode to work and thus
will safely be ignored.
src/proxy.c