This commit is contained in:
2020-11-18 14:59:22 +08:00
parent 1cf754d53e
commit 087d114af2
3 changed files with 3 additions and 10 deletions
-2
View File
@@ -179,8 +179,6 @@ class Curl extends ClientAbstracts
$status = (int)explode(' ', trim($header[0]))[1];
$header = $this->headerFormat($header);
var_dump($this->resolve($header, $body));
return [$header, $this->resolve($header, $body), $status];
}