add clear
This commit is contained in:
@@ -449,7 +449,8 @@ class HttpClient
|
||||
private function explode($output)
|
||||
{
|
||||
[$header, $body] = explode("\r\n\r\n", $output, 2);
|
||||
$header = explode(PHP_EOL, $header);
|
||||
var_dump($header);
|
||||
$header = explode("\r\n", $header);
|
||||
|
||||
unset($output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user