改名
This commit is contained in:
@@ -118,8 +118,6 @@ class AsyncClient extends ClientAbstracts
|
|||||||
|
|
||||||
[$header, $body] = explode("\r\n\r\n", $revice);
|
[$header, $body] = explode("\r\n\r\n", $revice);
|
||||||
|
|
||||||
var_dump(gzdecode($body));
|
|
||||||
|
|
||||||
$header = explode("\r\n", $header);
|
$header = explode("\r\n", $header);
|
||||||
$status = array_shift($header);
|
$status = array_shift($header);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user