Skip to content

Commit ca820ee

Browse files
committed
There is no OB to flush.
1 parent 4812a06 commit ca820ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/Fixtures/web/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
case '/timeout-body':
8888
echo '<1>';
89-
ob_flush();
89+
@ob_flush();
9090
flush();
9191
usleep(500000);
9292
echo '<2>';
@@ -97,7 +97,7 @@
9797
sleep(1);
9898
while (true) {
9999
echo '<1>';
100-
ob_flush();
100+
@ob_flush();
101101
flush();
102102
usleep(500);
103103
}

0 commit comments

Comments
 (0)