mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
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.
This commit is contained in:
parent
e05edf71df
commit
11ccd8d7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue