MDL-38798 remove unused property which was giving notices in PHP 5.5beta
This commit is contained in:
@@ -3026,7 +3026,6 @@ class curl {
|
||||
*/
|
||||
private function formatHeader($ch, $header)
|
||||
{
|
||||
$this->count++;
|
||||
if (strlen($header) > 2) {
|
||||
list($key, $value) = explode(" ", rtrim($header, "\r\n"), 2);
|
||||
$key = rtrim($key, ':');
|
||||
|
||||
Reference in New Issue
Block a user