blob: c22c38aaf042ca7edc597e84cb29d88ebc975606 [file] [log] [blame]
<?php
header("Content-type: text/html; charset=UTF-8");
header("Transfer-encoding: chunked");
echo "hello\nworld\n";
?>