Fix bug caused by the new headers feature on WebReader
This commit is contained in:
@ -30,7 +30,7 @@ class Response
|
||||
}
|
||||
$this->headers = $headers_arr;
|
||||
|
||||
$this->content = substr($content, $header_size);;
|
||||
$this->content = substr($content, $header_size);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user