From: Christopher Faulet Date: Thu, 13 Apr 2023 13:11:23 +0000 (+0200) Subject: REGTESTS: fix the race conditions in log_uri.vtc X-Git-Tag: v2.8-dev8~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c394e21933a5d2886bcafe5db4c73e7dd4887f92;p=thirdparty%2Fhaproxy.git REGTESTS: fix the race conditions in log_uri.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/log/log_uri.vtc b/reg-tests/log/log_uri.vtc index 6993b7cbea..6dd50d2fac 100644 --- a/reg-tests/log/log_uri.vtc +++ b/reg-tests/log/log_uri.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 4 -start syslog Slg_1 -level info {