From 90cada46c44b772940e17173c6d5b8b213107a20 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 12 Dec 2021 04:07:34 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 95faba7..2f108ee 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -121,6 +121,7 @@ class AsyncClient extends ClientAbstracts $revice = $this->client->recv(); + var_dump($revice); [$header, $body] = explode("\r\n\r\n", $revice); $header = explode("\r\n", $header);