REGTESTS: fix the race conditions in be2hex.vtc

In the same way than for be2hex.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-14 15:36:27 +01:00
parent 97f69c6fb5
commit a4af1b7633
1 changed files with 1 additions and 1 deletions

View File

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