-
Bug
-
Resolution: Fixed
-
Major
-
3.3.15
-
None
-
None
Partial downloads of a file from phpBB, such as an attachment, using content ranges of 8192 bytes or a multiple thereof causes a fatal error in php. This can be reproduced using curl and the --range option.
// Fetch the first 8192 bytes of a file
|
curl --range 0-8191 https://example.com/phpBB/download/file.php?id=1234 |

