From: Aurelien DARRAGON Date: Mon, 2 Jan 2023 14:02:10 +0000 (+0100) Subject: REGTEST: fix the race conditions in digest.vtc X-Git-Tag: v2.8-dev1~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=1858c244c4b703ab5713b30c9a4e502c5444a4f3;p=haproxy.git REGTEST: fix the race conditions in digest.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/digest.vtc b/reg-tests/converter/digest.vtc index fab173db5..e911ff492 100644 --- a/reg-tests/converter/digest.vtc +++ b/reg-tests/converter/digest.vtc @@ -7,7 +7,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 2 -start haproxy h1 -conf {