From c394e21933a5d2886bcafe5db4c73e7dd4887f92 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Thu, 13 Apr 2023 15:11:23 +0200 Subject: [PATCH] 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. --- reg-tests/log/log_uri.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/log/log_uri.vtc b/reg-tests/log/log_uri.vtc index 6993b7cbe..6dd50d2fa 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 {