Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
web-apps
/
013-test.cgi
blob: 36d6d5acb9dd6d2505ca7c3efc502bc167332fa2 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
sleep
3
;
$
|
=
1
;
print
"Status: 400 Good work\nContent-Type: text/plain\nCache-Control: no-store\n\nBODY"
;