@@ -562,7 +562,7 @@ |
||
562 | 562 | $aHeader['status'] = $aLine[0]; |
563 | 563 | array_shift($aLine); |
564 | 564 | |
565 | - foreach ($aLine as $strLine){ |
|
565 | + foreach ($aLine as $strLine) { |
|
566 | 566 | // only consider the first colon, since other colons can also appear in |
567 | 567 | // the header value - the rest of such a value would be lost |
568 | 568 | // (eg "Location: https: // www ...." - "// www ...." would be gone !) |