From b93e419750aa8921e76e1e58c57a9bf8eefea969 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Tue, 18 Feb 2025 07:31:51 +0100 Subject: [PATCH] REGTESTS: Fix truncated.vtc to send 0-CRLF When a chunked messages is sent, the 0-CRLF must be explicitely sent. Since the begining, it is missing. Just add it. --- reg-tests/http-messaging/truncated.vtc | 1 + 1 file changed, 1 insertion(+) diff --git a/reg-tests/http-messaging/truncated.vtc b/reg-tests/http-messaging/truncated.vtc index 285e3d5ab..f91e74157 100644 --- a/reg-tests/http-messaging/truncated.vtc +++ b/reg-tests/http-messaging/truncated.vtc @@ -58,6 +58,7 @@ server s1 { #delay 0.05 chunkedlen 815 delay 0.05 + chunkedlen 0 } -repeat 2 -start haproxy h1 -conf {