From 666e529b6e31b8610c556a203ed3bb4153e4d287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 29 Sep 2021 16:00:29 +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 --- http-handler/Client/ClientAbstracts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-handler/Client/ClientAbstracts.php b/http-handler/Client/ClientAbstracts.php index 9950bb09..f4d926b4 100644 --- a/http-handler/Client/ClientAbstracts.php +++ b/http-handler/Client/ClientAbstracts.php @@ -49,7 +49,7 @@ abstract class ClientAbstracts extends Component implements IClient private int $port = 80; - private StreamInterface $_data; + private ?StreamInterface $_data = null; private int $connect_timeout = 1;