commit | e1b866a28a53035106cb6d1b49b5951e26215d76 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 09 17:11:22 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 09 17:11:22 2022 +0100 |
tree | 05008483b3dd3d02d6b0c9653900d875b401dfde | |
parent | 2e6bf0a2722866ae0128a4392fa2375bd1f03ff8 [diff] |
REGTESTS: fix the race conditions in iff.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/iif.vtc b/reg-tests/converter/iif.vtc index ffd58ee..f412daf 100644 --- a/reg-tests/converter/iif.vtc +++ b/reg-tests/converter/iif.vtc
@@ -5,7 +5,7 @@ server s1 { rxreq - txresp + txresp -hdr "Connection: close" } -repeat 3 -start haproxy h1 -conf {