mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-01 19:13:36 +00:00
REGTESTS: fix the race conditions in log_uri.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
0adffb62c1
commit
c394e21933
@ -5,7 +5,7 @@ feature ignore_unknown_macro
|
|||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
rxreq
|
rxreq
|
||||||
txresp
|
txresp -hdr "Connection: close"
|
||||||
} -repeat 4 -start
|
} -repeat 4 -start
|
||||||
|
|
||||||
syslog Slg_1 -level info {
|
syslog Slg_1 -level info {
|
||||||
|
Loading…
Reference in New Issue
Block a user