diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 7ebf5f1..bc09fa3 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -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);