add clear

This commit is contained in:
as2252258@163.com
2020-01-03 15:33:23 +08:00
parent 213451e345
commit ff93c07540
+1 -1
View File
@@ -449,7 +449,7 @@ class HttpClient
private function explode($output)
{
[$header, $body] = explode("\r\n\r\n", $output, 2);
var_dump($header);
var_dump($header, $output);
$header = explode("\r\n", $header);
unset($output);