root/LayoutTests/http/tests/xmlhttprequest/resources/big-response.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
for ($i = 0; $i < 128 * 1024; $i++) {
    echo "Chunk $i";
    if (!$i % 200)
        flush();
}
?>

/* [<][>][^][v][top][bottom][index][help] */