From: Christopher Faulet Date: Thu, 23 Apr 2026 08:52:53 +0000 (+0200) Subject: REGTESTS: Never reuse server connection in jwt/jws_verify.vtc X-Git-Tag: v3.4-dev10~83 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=8247df7c61c0870803485f8790266547d80f1b9d;p=haproxy.git 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. --- 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 {