From a4af1b7633cfa5726c84c081ba46265380de510f Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 14 Mar 2022 15:36:27 +0100 Subject: [PATCH] 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. --- reg-tests/converter/be2hex.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/converter/be2hex.vtc b/reg-tests/converter/be2hex.vtc index 9d147449c..4cf3dc1df 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 { -- 2.47.3