mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-14 01:30:54 +00:00
REGTEST: fix the race conditions in json_query.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
b2d797a53f
commit
d4140a79c5
@ -5,7 +5,7 @@ feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
rxreq
|
||||
txresp
|
||||
txresp -hdr "Connection: close"
|
||||
} -repeat 8 -start
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
Loading…
Reference in New Issue
Block a user