From 23c27fd121afd9271765084b7c121d4c34bf57a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Fri, 18 Oct 2024 09:35:23 +0200 Subject: [PATCH] #85 : fix test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Demonchaux --- test/Client/_files/Laminas7683-chunked.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Client/_files/Laminas7683-chunked.php b/test/Client/_files/Laminas7683-chunked.php index ef9a87fe..26bbe46e 100644 --- a/test/Client/_files/Laminas7683-chunked.php +++ b/test/Client/_files/Laminas7683-chunked.php @@ -3,7 +3,3 @@ // intentional use of case-insensitive header name header('Transfer-encoding: chunked'); header('content-encoding: gzip'); -flush(); - -// terminate chunked transfer properly -echo "00\r\n\r\n";