add clear
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user