From ae3b0c411b8fc64f016e52e61dbc05e34e328688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 10 Jan 2022 11:39:56 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- AsyncClient.php | 5 ++--- Client.php | 2 +- ClientAbstracts.php | 4 ++-- CoroutineClient.php | 2 +- CurlClient.php | 6 +++--- HttpParse.php | 2 +- IClient.php | 2 +- TSwooleClient.php | 4 ++-- composer.json | 2 +- 9 files changed, 14 insertions(+), 15 deletions(-) diff --git a/AsyncClient.php b/AsyncClient.php index 2923fda..051fa2b 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -7,12 +7,11 @@ */ declare(strict_types=1); -namespace Http\Client; +namespace Kiri; use Exception; -use Http\Message\Stream; +use Kiri\Message\Stream; use Kiri\Abstracts\Logger; -use Kiri\Kiri; use Swoole\Client as SwowClient; /** diff --git a/Client.php b/Client.php index b62b958..94fe343 100644 --- a/Client.php +++ b/Client.php @@ -1,6 +1,6 @@