REGTESTS: fix the race conditions in secure_memcmp.vtc

In the same way than for normalize_uri.vtc, a "Connection: close" header is
added to all responses to avoid any connection reuse. This should avoid any
"HTTP header incomplete" errors.
This commit is contained in:
Christopher Faulet 2022-03-01 11:03:00 +01:00
parent 0e3010b1bb
commit 0dc70ab799
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ feature ignore_unknown_macro
server s1 {
rxreq
txresp
txresp -hdr "Connection: close"
} -repeat 4 -start
server s2 {
rxreq
txresp
txresp -hdr "Connection: close"
} -repeat 7 -start
haproxy h1 -conf {