From ec6d706aeb3026779b783e280618abe24b9b808e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 3 Aug 2021 13:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Response.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index f01190c8..84c52934 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -219,8 +219,7 @@ class Response extends HttpService } else { $string .= $result . PHP_EOL . PHP_EOL; } - $string .= 'Command End!' . PHP_EOL; - print_r($string); + print_r($string . 'Command End!') . PHP_EOL; } /**