root/LayoutTests/http/tests/misc/resources/hang-connection.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
while (true) {
    echo "a";
    flush();
    usleep(100000);
}
?>

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