blob: d044924c655c77e40b0a88668abf073280e9535f [file] [log] [blame]
#!/usr/bin/perl -wT
use Time::HiRes;
# flush the buffers after each print
select (STDOUT);
$| = 1;
print "Content-Type: text/html\n\n";
sub sendChunk() {
print "                 ";
print "                ";
print "                 ";
print "                ";
print "                ";
print "               ";
print "                 ";
print "                  ";
}
sendChunk();
# Delay for 1 s which should be long enough to exit the 50 ms slot of XHR's
# ProgressEvent throttle (very long considering slow builds).
Time::HiRes::sleep(1);
sendChunk();