blob: 4ac372bec9a6df28d1504dc5fbbc9c7aa4e07e71 [file] [log] [blame]
<?php
header("Content-Type: text/event-stream");
?>
data: first
<?php
sleep(2)
?>
data: second