commit | 1858c244c4b703ab5713b30c9a4e502c5444a4f3 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Jan 02 15:02:10 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 05 15:22:22 2023 +0100 |
tree | 9a1147b8a5943e7c20dd2e54cf7984a93f078818 | |
parent | 63762b05b0951ac1e2dd0a337d4c003474154f84 [diff] |
REGTEST: fix the race conditions in digest.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/digest.vtc b/reg-tests/converter/digest.vtc index fab173d..e911ff4 100644 --- a/reg-tests/converter/digest.vtc +++ b/reg-tests/converter/digest.vtc
@@ -7,7 +7,7 @@ server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 2 -start haproxy h1 -conf {