Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue #1023 The added lines returns the response to the client and allows code to continue executing. `ob_end_flush; ` does not actually work correctly according to https://stackoverflow.com/questions/10579116/how-to-flush-data-to-browser-but-continue-executing It is kept for legacy compatibility and to prevent regressions.
- Loading branch information