From: Amaury Denoyelle Date: Fri, 20 Oct 2023 15:26:24 +0000 (+0200) Subject: REGTESTS: remove maxconn from rhttp bind line X-Git-Tag: v2.9-dev8~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11ccd8d7cbc17744c0a8648cd86dc75681ac911d;p=thirdparty%2Fhaproxy.git REGTESTS: remove maxconn from rhttp bind line The maxconn keyword is not used anymore for reverse HTTP bind. It has been replaced recently by the new keyword nbconn. As it's default value is 1, it can be safely removed from the regtest without affecting its behavior. --- diff --git a/reg-tests/connection/reverse_connect_full.vtc b/reg-tests/connection/reverse_connect_full.vtc index 3978739a7d..95dd399f10 100644 --- a/reg-tests/connection/reverse_connect_full.vtc +++ b/reg-tests/connection/reverse_connect_full.vtc @@ -37,7 +37,7 @@ defaults mode http frontend fe - bind "rhttp@be-pre-connect/srv" maxconn 1 + bind "rhttp@be-pre-connect/srv" use_backend be backend be-pre-connect