From: Christopher Faulet Date: Mon, 13 Apr 2026 12:00:22 +0000 (+0200) Subject: REGTESTS: Never reuse server connection in reg-tests/jwt/jwt_decrypt.vtc X-Git-Tag: v3.4-dev9~49 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5331093195d2efdaf2b0b67dcf1e0eed3fe0352d;p=thirdparty%2Fhaproxy.git 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. --- 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 {