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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63762b05b0951ac1e2dd0a337d4c003474154f84;p=thirdparty%2Fhaproxy.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 3a031a683e..474ad7bf81 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 {