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