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