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 \
|
||||
-status 200 \
|
||||
-nolen \
|
||||
-hdr "Transfer-encoding: chunked"
|
||||
-hdr "Transfer-encoding: chunked" \
|
||||
-hdr "Connection: close"
|
||||
|
||||
# -bodylen 16300
|
||||
#chunkedlen 16300
|
||||
#delay 0.05
|
||||
|
|
Loading…
Reference in New Issue