From: Aurelien DARRAGON Date: Mon, 2 Jan 2023 13:59:50 +0000 (+0100) Subject: REGTEST: fix the race conditions in add_item.vtc X-Git-Tag: v2.8-dev1~7 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=63762b05b0951ac1e2dd0a337d4c003474154f84;p=haproxy-3.0.git REGTEST: fix the race conditions in add_item.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/add_item.vtc b/reg-tests/converter/add_item.vtc index 3a031a6..474ad7b 100644 --- a/reg-tests/converter/add_item.vtc +++ b/reg-tests/converter/add_item.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 3 -start haproxy h1 -conf {