From 11ccd8d7cbc17744c0a8648cd86dc75681ac911d Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Fri, 20 Oct 2023 17:26:24 +0200 Subject: [PATCH] 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. --- reg-tests/connection/reverse_connect_full.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/connection/reverse_connect_full.vtc b/reg-tests/connection/reverse_connect_full.vtc index 3978739a7..95dd399f1 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