Sign in
webkit
/
WebKit
/
2538ba1dc66c1a9ab694bc167c5d56293dae7e8e
/
.
/
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'
)