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:
Christopher Faulet 2024-10-17 14:38:18 +02:00
parent 52a3d807fc
commit e7be13da87
1 changed files with 3 additions and 1 deletions

View File

@ -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