This commit is contained in:
2021-12-12 04:07:34 +08:00
parent 0f5d277532
commit 90cada46c4
+1
View File
@@ -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);