blob: 97524b1bfbf7838be2fc99290f6fe85b2ee9c58b [file] [log] [blame]
<?php
while (true) {
echo "a";
flush();
usleep(100000);
}
?>