added ob_flush before flush.

This commit is contained in:
Mark Beamer Jr 2019-01-01 01:02:48 -05:00
parent 64be2c771c
commit efa41c12e3
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -28,6 +28,7 @@ try {
View::compileCss();
}
Controller::dispatch(Request::getRoutingUri());
ob_flush();
flush();
Response::invokePostRenderCallbacks();
} catch (Throwable $e) {