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
|
@ -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 New Issue