From 5a54c1217bc0fcbbf26d3454f8633d905098ae6f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 3 Dec 2022 00:19:57 -0800 Subject: [PATCH] video: remove useless ob_flush call --- lib/Controller/VideoController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Controller/VideoController.php b/lib/Controller/VideoController.php index fb38b6f5..c5f13d64 100644 --- a/lib/Controller/VideoController.php +++ b/lib/Controller/VideoController.php @@ -286,7 +286,6 @@ class VideoController extends ApiBase } echo $data; - ob_flush(); flush(); if (connection_aborted()) {