]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 3978739a7d4b8cd2c8433162af3ee4a58a9f5abf..95dd399f1036cb0a18c4b614e2c4a674e5976f3e 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