From e1b866a28a53035106cb6d1b49b5951e26215d76 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 9 Dec 2022 17:11:22 +0100 Subject: [PATCH] REGTESTS: fix the race conditions in iff.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/iif.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/converter/iif.vtc b/reg-tests/converter/iif.vtc index ffd58ee482..f412daf5cb 100644 --- a/reg-tests/converter/iif.vtc +++ b/reg-tests/converter/iif.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 3 -start haproxy h1 -conf { -- 2.47.3