Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/http/tests/misc/resources/
hang-connection.php
<?php while (true) { echo "a"; flush(); usleep(100000); } ?>