Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/xmlhttprequest/resources/
big-response.php
<?php for ($i = 0; $i < 128 * 1024; $i++) { echo "Chunk $i"; if (!$i % 200) flush(); } ?>