From: Christopher Faulet Date: Fri, 9 Dec 2022 16:11:22 +0000 (+0100) Subject: REGTESTS: fix the race conditions in iff.vtc X-Git-Tag: v2.8-dev1~148 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e1b866a28a53035106cb6d1b49b5951e26215d76;p=haproxy.git 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. --- diff --git a/reg-tests/converter/iif.vtc b/reg-tests/converter/iif.vtc index ffd58ee48..f412daf5c 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 {