From: Christopher Faulet Date: Mon, 14 Mar 2022 14:36:27 +0000 (+0100) Subject: REGTESTS: fix the race conditions in be2hex.vtc X-Git-Tag: v2.6-dev4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4af1b7633cfa5726c84c081ba46265380de510f;p=thirdparty%2Fhaproxy.git REGTESTS: fix the race conditions in be2hex.vtc In the same way than for be2hex.vtc, a "Connection: close" header is added to all responses to avoid any connection reuse. This should avoid any "HTTP header incomplete" errors. --- diff --git a/reg-tests/converter/be2hex.vtc b/reg-tests/converter/be2hex.vtc index 9d147449c6..4cf3dc1dfc 100644 --- a/reg-tests/converter/be2hex.vtc +++ b/reg-tests/converter/be2hex.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 3 -start haproxy h1 -conf {