From 4b4bbe1bca2c5dc2c093d6f82041f64a37b952bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Fri, 18 Oct 2024 09:14:12 +0200 Subject: [PATCH] debug CI 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";