You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most cases it doesn't break anything, but I have the impression that with large files it sometimes causes a content length mismatch. But I can't really explain that one.
The text was updated successfully, but these errors were encountered:
dumpFileContents()
has been removed in TYPO3 10 and was therefore migrated tostreamFile()
.AFAIK streamFile returns a PSR-7 response object that already handles the output. So is there any reason to still call
ob_start()
?741cd22#diff-fec66ec3406f8a33b116f572da3c744422e5e58870a408d0d9d14c88e5bf8a2dL84
In most cases it doesn't break anything, but I have the impression that with large files it sometimes causes a content length mismatch. But I can't really explain that one.
The text was updated successfully, but these errors were encountered: