REGTESTS: remove a duplicate "option httpslog" in the defaults section

This triggers the following warning:

  'option httpslog' overrides previous 'option httpslog' in 'defaults' section.
This commit is contained in:
Willy Tarreau 2024-11-19 08:05:27 +01:00
parent dce394a303
commit b9537fe66d

View File

@ -38,7 +38,6 @@ haproxy h1 -conf {
timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
option httpslog
listen clear-lst
bind "fd@${clearlst}"