blob: ec7f562880655a07fd5c8e595d5c48f367c49f43 [file]
<?php
for ($i = 0; $i < 128 * 1024; $i++) {
echo "Chunk $i";
if (!$i % 200)
flush();
}
?>