This commit is contained in:
2021-12-24 11:34:29 +08:00
parent f48b6bd5d2
commit 597cacd191
+1
View File
@@ -115,6 +115,7 @@ class AsyncClient extends ClientAbstracts
}
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content);
$revice = $this->client->recv();
var_dump($revice);
[$header, $body] = explode("\r\n\r\n", $revice);