mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
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:
parent
0e3010b1bb
commit
0dc70ab799
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue