projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0adffb6
)
REGTESTS: fix the race conditions in log_uri.vtc
author
Christopher Faulet
<cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:11:23 +0000
(15:11 +0200)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:13:09 +0000
(12:13 +0200)
A "Connection: close" header is added to responses to avoid any connection
reuse. This should avoid any "HTTP header incomplete" errors.
reg-tests/log/log_uri.vtc
patch
|
blob
|
history
diff --git
a/reg-tests/log/log_uri.vtc
b/reg-tests/log/log_uri.vtc
index
6993b7c
..
6dd50d2
100644
(file)
--- a/
reg-tests/log/log_uri.vtc
+++ b/
reg-tests/log/log_uri.vtc
@@
-5,7
+5,7
@@
feature ignore_unknown_macro
server s1 {
rxreq
- txresp
+ txresp -hdr "Connection: close"
} -repeat 4 -start
syslog Slg_1 -level info {