REGTESTS: remove maxconn from rhttp bind line
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 20 Oct 2023 15:26:24 +0000 (17:26 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 20 Oct 2023 15:28:08 +0000 (17:28 +0200)
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

index 3978739..95dd399 100644 (file)
@@ -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