commit | d4140a79c52241ddac626a4646cb0bea23bf3414 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Jan 02 14:54:31 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 05 15:22:22 2023 +0100 |
tree | 5ce439b8bcf96e638ef8caf68b1b18fcb90e6b64 | |
parent | b2d797a53fc7775773a539d2b72268e5125c2903 [diff] |
REGTEST: fix the race conditions in json_query.vtc A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid any "HTTP header incomplete" errors.
diff --git a/reg-tests/converter/json_query.vtc b/reg-tests/converter/json_query.vtc index 1b195a7..f78c393 100644 --- a/reg-tests/converter/json_query.vtc +++ b/reg-tests/converter/json_query.vtc
@@ -5,7 +5,7 @@ server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 8 -start haproxy h1 -conf {