From 7956aa14d34baf49741c5bd356ce06a6ab2711a4 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Mon, 2 Jan 2023 15:03:20 +0100 Subject: [PATCH] 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. --- reg-tests/converter/hmac.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/converter/hmac.vtc b/reg-tests/converter/hmac.vtc index ef3aa6cf1..230a44d6d 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 {