From: Matteo Nastasi (mop) Date: Mon, 28 Nov 2011 08:06:44 +0000 (+0100) Subject: mop_flush modify X-Git-Tag: 3.6.0~7 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=909fee961d443a8d7191f223b85b45a50745b926;p=brisk.git mop_flush modify --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 135d299..0ffb9e2 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -286,8 +286,8 @@ Copyright 2006-2009 Matteo Nasta function mop_flush() { - flush(); ob_flush(); + flush(); } function file_lock($fname, $is_exclusive) diff --git a/web/index_rd.php b/web/index_rd.php index 9fe7052..50675eb 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -486,6 +486,7 @@ for ($i = 0 ; time() < $endtime ; $i++) { // log_rd2("TIME: ".time()); echo '_'; mop_flush(); + log_crit("flush"); } }