From 8247df7c61c0870803485f8790266547d80f1b9d Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Thu, 23 Apr 2026 10:52:53 +0200 Subject: [PATCH] REGTESTS: Never reuse server connection in jwt/jws_verify.vtc A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid errors on the client side. --- reg-tests/jwt/jws_verify.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/jwt/jws_verify.vtc b/reg-tests/jwt/jws_verify.vtc index 64587a7bc..c67996c9f 100644 --- a/reg-tests/jwt/jws_verify.vtc +++ b/reg-tests/jwt/jws_verify.vtc @@ -18,7 +18,7 @@ feature ignore_unknown_macro server s1 -repeat 40 { rxreq - txresp + txresp -hdr "Connection: close" } -start haproxy h1 -conf {