From: Christopher Faulet Date: Tue, 1 Mar 2022 10:03:00 +0000 (+0100) Subject: REGTESTS: fix the race conditions in secure_memcmp.vtc X-Git-Tag: v2.5.5~29 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=fd9ff1f80bd39a3c91036d05973a29d5e9ab8d76;p=haproxy-2.5.git REGTESTS: fix the race conditions in secure_memcmp.vtc In the same way than for normalize_uri.vtc, a "Connection: close" header is added to all responses to avoid any connection reuse. This should avoid any "HTTP header incomplete" errors. (cherry picked from commit 0dc70ab799f55f044f976b325f64f8ac246585e2) Signed-off-by: Christopher Faulet --- diff --git a/reg-tests/converter/secure_memcmp.vtc b/reg-tests/converter/secure_memcmp.vtc index 67a7b7d..6ff74e6 100644 --- a/reg-tests/converter/secure_memcmp.vtc +++ b/reg-tests/converter/secure_memcmp.vtc @@ -7,12 +7,12 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 4 -start server s2 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 7 -start haproxy h1 -conf {