blob: 542528343d9a4a001a65087c949ddfac7da81c1e [file] [log] [blame]
#!/usr/bin/env python3
import sys
import time
sys.stdout.write('Content-Type: text/html\r\n\r\n')
while True:
sys.stdout.write('a')
sys.stdout.flush()
time.sleep(0.1)