mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02: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
@ -7,12 +7,12 @@ feature ignore_unknown_macro
|
|||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
rxreq
|
rxreq
|
||||||
txresp
|
txresp -hdr "Connection: close"
|
||||||
} -repeat 4 -start
|
} -repeat 4 -start
|
||||||
|
|
||||||
server s2 {
|
server s2 {
|
||||||
rxreq
|
rxreq
|
||||||
txresp
|
txresp -hdr "Connection: close"
|
||||||
} -repeat 7 -start
|
} -repeat 7 -start
|
||||||
|
|
||||||
haproxy h1 -conf {
|
haproxy h1 -conf {
|
||||||
|
Loading…
Reference in New Issue
Block a user