From 5331093195d2efdaf2b0b67dcf1e0eed3fe0352d Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 13 Apr 2026 14:00:22 +0200 Subject: [PATCH] REGTESTS: Never reuse server connection in reg-tests/jwt/jwt_decrypt.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/jwt_decrypt.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/jwt/jwt_decrypt.vtc b/reg-tests/jwt/jwt_decrypt.vtc index 7a0c2a264..9ccb61d69 100644 --- a/reg-tests/jwt/jwt_decrypt.vtc +++ b/reg-tests/jwt/jwt_decrypt.vtc @@ -21,7 +21,7 @@ feature ignore_unknown_macro server s1 -repeat 30 { rxreq - txresp + txresp -hdr "Connection: close" } -start haproxy h1 -conf {