add clear

This commit is contained in:
as2252258@163.com
2020-01-03 15:34:51 +08:00
parent ff93c07540
commit 540b15ceba
+1 -1
View File
@@ -448,7 +448,7 @@ class HttpClient
*/
private function explode($output)
{
[$header, $body] = explode("\r\n\r\n", $output, 2);
[$header, $body] = explode("\r\n\r\n", $output, -1);
var_dump($header, $output);
$header = explode("\r\n", $header);