<?php 
while (1) {
	echo random_bytes(1048576); flush(); usleep(10000000);
}
?>
