blob: 732b3feadbfdfb59612b046fee5f375775c64456 [file] [log] [blame]
#!/usr/bin/env python3
import os
import sys
sys.stdout.write(
'Content-Type: text/html\r\n'
'Transfer-encoding: chunked\r\n'
'Cache-Control: no-cache, no-store\r\n'
'\r\n'
)
sys.stdout.flush()
sys.stdout.write("4\r\n<a/>\r\n")
sys.stdout.flush()
sys.stdout.write("0\r\n\r\n")