REGTEST: fix the race conditions in add_item.vtc
A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid any "HTTP header incomplete" errors.
This commit is contained in:
parent
d4140a79c5
commit
63762b05b0
|
@ -5,7 +5,7 @@ feature ignore_unknown_macro
|
|||
|
||||
server s1 {
|
||||
rxreq
|
||||
txresp
|
||||
txresp -hdr "Connection: close"
|
||||
} -repeat 3 -start
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
|
Loading…
Reference in New Issue