This commit is contained in:
2021-12-24 11:50:17 +08:00
parent adf09f5695
commit 9076b65080
+1 -1
View File
@@ -118,7 +118,7 @@ class AsyncClient extends ClientAbstracts
[$header, $body] = explode("\r\n\r\n", $revice);
var_dump((string)$body);
var_dump(gzdecode($body));
$header = explode("\r\n", $header);
$status = array_shift($header);