blob: a0bb3bb52a058d6606f86355882f2509d8de7573 [file] [log] [blame]
#!/usr/bin/env python3
import sys
import time
time.sleep(1)
sys.stdout.write(
'Content-Type: text/html\r\n\r\n'
'test for applicationCache.abort'
)