]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: Fix truncated.vtc to send 0-CRLF
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Feb 2025 06:31:51 +0000 (07:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Feb 2025 16:34:59 +0000 (17:34 +0100)
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

index 285e3d5ab6a2d6789c955de9b1bc3c76ff450237..f91e74157b9d3b7272d22b700f0c42f1829e7232 100644 (file)
@@ -58,6 +58,7 @@ server s1 {
        #delay 0.05
        chunkedlen 815
        delay 0.05
+       chunkedlen 0
 } -repeat 2 -start
 
 haproxy h1 -conf {