git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reviewed by Anders.
[WebKit-https.git]
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
text-refresh.pl
1
#!/usr/bin/perl
2
# Simple script to generate a redirect to a success document.
3
4
print "Content-type: text/plain\r\n";
5
print "Refresh: 0; URL=200.html\r\n";
6
print "\r\n";
7
8
print "FAILURE\r\n";