There is no OB to flush.

This commit is contained in:
Alexander M. Turek 2019-04-06 15:42:08 +02:00
parent e53f696a39
commit 8acf29eaf5

View File

@ -86,7 +86,7 @@ switch ($vars['REQUEST_URI']) {
case '/timeout-body':
echo '<1>';
ob_flush();
@ob_flush();
flush();
usleep(500000);
echo '<2>';
@ -97,7 +97,7 @@ switch ($vars['REQUEST_URI']) {
sleep(1);
while (true) {
echo '<1>';
ob_flush();
@ob_flush();
flush();
usleep(500);
}