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.6-dev3~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc70ab799f55f044f976b325f64f8ac246585e2;p=thirdparty%2Fhaproxy.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. --- diff --git a/reg-tests/converter/secure_memcmp.vtc b/reg-tests/converter/secure_memcmp.vtc index 67a7b7def8..6ff74e6e45 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 {