Sign in
webkit
/
WebKit
/
71834eddd7ce860e058d7cdd0663754b7242ed03
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
location-with-space.py
blob: 81e7c152234ebd8078f61022e6f3cdab1c4fead5 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'status: 302\r\n'
'Location: resources/a success.html\r\n'
'Content-Type: text/html\r\n\r\n'
)