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;