From: Christopher Faulet Date: Tue, 18 Feb 2025 06:31:51 +0000 (+0100) Subject: REGTESTS: Fix truncated.vtc to send 0-CRLF X-Git-Tag: v3.2-dev6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93e419750aa8921e76e1e58c57a9bf8eefea969;p=thirdparty%2Fhaproxy.git 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. --- 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 {