add clear

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