mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 10:36:55 +00:00
REGTESTS: Never reuse server connection in http-messaging/truncated.vtc
A "Connection: close" header is added to responses to avoid any connection reuse. This should avoid errors on the client side.
This commit is contained in:
parent
52a3d807fc
commit
e7be13da87
@ -7,7 +7,9 @@ server s1 {
|
|||||||
txresp \
|
txresp \
|
||||||
-status 200 \
|
-status 200 \
|
||||||
-nolen \
|
-nolen \
|
||||||
-hdr "Transfer-encoding: chunked"
|
-hdr "Transfer-encoding: chunked" \
|
||||||
|
-hdr "Connection: close"
|
||||||
|
|
||||||
# -bodylen 16300
|
# -bodylen 16300
|
||||||
#chunkedlen 16300
|
#chunkedlen 16300
|
||||||
#delay 0.05
|
#delay 0.05
|
||||||
|
Loading…
Reference in New Issue
Block a user