Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
echo-no-store.cgi
blob: 57577bf518a4c6b2ee13fd82ceb94388ba068d97 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: text/plain\n"
;
print
"Cache-control: no-store\n"
;
print
"\n"
;
read
(
STDIN
,
$data
,
$ENV
{
'CONTENT_LENGTH'
});
print
$data