Multsite: Flush output buffer after readfile() in ms-files.php.

Props fuscata, MikeLittle for testing, iamfriendly for testing.
Fixes #14730.


git-svn-id: https://develop.svn.wordpress.org/trunk@38662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2016-09-27 20:05:00 +00:00
parent 2f4105d524
commit 3387a838b5

View File

@ -80,3 +80,4 @@ if ( ( $client_last_modified && $client_etag )
// If we made it this far, just serve the file
readfile( $file );
flush();