From: Aurelien DARRAGON Date: Mon, 2 Jan 2023 14:03:20 +0000 (+0100) Subject: REGTEST: fix the race conditions in hmac.vtc X-Git-Tag: v2.8-dev1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7956aa14d34baf49741c5bd356ce06a6ab2711a4;p=thirdparty%2Fhaproxy.git REGTEST: fix the race conditions in hmac.vtc A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid any "HTTP header incomplete" errors. --- diff --git a/reg-tests/converter/hmac.vtc b/reg-tests/converter/hmac.vtc index ef3aa6cf17..230a44d6d0 100644 --- a/reg-tests/converter/hmac.vtc +++ b/reg-tests/converter/hmac.vtc @@ -7,7 +7,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 2 -start haproxy h1 -conf {