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.
This commit is contained in:
Aurelien DARRAGON 2023-01-02 15:02:10 +01:00 committed by Christopher Faulet
parent 63762b05b0
commit 1858c244c4
1 changed files with 1 additions and 1 deletions

View File

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