From efa41c12e3d55676d87ddac2e1d04c477efe57bf Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Tue, 1 Jan 2019 01:02:48 -0500 Subject: [PATCH] added ob_flush before flush. --- web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/index.php b/web/index.php index 2864c89c..41bca362 100644 --- a/web/index.php +++ b/web/index.php @@ -28,6 +28,7 @@ try { View::compileCss(); } Controller::dispatch(Request::getRoutingUri()); + ob_flush(); flush(); Response::invokePostRenderCallbacks(); } catch (Throwable $e) {