]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: remove a duplicate "option httpslog" in the defaults section
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2024 07:05:27 +0000 (08:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2024 07:06:26 +0000 (08:06 +0100)
This triggers the following warning:

  'option httpslog' overrides previous 'option httpslog' in 'defaults' section.

reg-tests/ssl/ssl_generate_certificate.vtc

index 0f8fe2c0006571298455f7156919bc88819d3ac4..ba0b53b36c0f780e25cbcc2000341c30fcd2da00 100644 (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}"