blob: 26bfd62b5e7ce0847baf3c8cc1be072e5a8ebf74 [file] [log] [blame]
#!/usr/bin/env python3
import sys
import time
time.sleep(60)
sys.stdout.write(
'Content-Type: text/html\r\n\r\n'
'FAIL: Should never see this'
)