blob: 671253acd0775d7450c605224f68d1752c1af931 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 303\r\n'
'Location: http://127.0.0.1:8000/ping-target-does-not-exist\r\n'
'Content-Type: text/html\r\n\r\n'
)