This commit is contained in:
2021-12-24 11:51:05 +08:00
parent 4dc1120aaf
commit 510daa1bb6
-2
View File
@@ -118,8 +118,6 @@ class AsyncClient extends ClientAbstracts
[$header, $body] = explode("\r\n\r\n", $revice);
var_dump(gzdecode($body));
$header = explode("\r\n", $header);
$status = array_shift($header);