From: Aurelien DARRAGON Date: Mon, 2 Jan 2023 13:54:31 +0000 (+0100) Subject: REGTEST: fix the race conditions in json_query.vtc X-Git-Tag: v2.8-dev1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4140a79c52241ddac626a4646cb0bea23bf3414;p=thirdparty%2Fhaproxy.git REGTEST: fix the race conditions in json_query.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/json_query.vtc b/reg-tests/converter/json_query.vtc index 1b195a7791..f78c393f07 100644 --- a/reg-tests/converter/json_query.vtc +++ b/reg-tests/converter/json_query.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 8 -start haproxy h1 -conf {