Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
not-exist.vob.py
blob: 89842ff1a383a97a81b12777e70eaaa2b5ac5d06 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
import
time
time
.
sleep
(
5
)
sys
.
stdout
.
write
(
'status: 404\r\n'
'Content-Type: text/html\r\n\r\n'
'File not found\n'
)