diff --git a/src/proxy.c b/src/proxy.c index 93f1403db..6a0096bee 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -1336,10 +1336,6 @@ struct server *findserver_unique_name(const struct proxy *px, const char *name, */ int proxy_cfg_ensure_no_http(struct proxy *curproxy) { - if (curproxy->max_ka_queue) { - ha_warning("max_ka_queue will be ignored for %s '%s' (needs 'mode http').\n", - proxy_type_str(curproxy), curproxy->id); - } if (curproxy->cookie_name != NULL) { ha_warning("cookie will be ignored for %s '%s' (needs 'mode http').\n", proxy_type_str(curproxy), curproxy->id);