mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 21:53:40 +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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user