Sign in
webkit
/
WebKit
/
5ee98c8883ab121686764809a2752a0eb41e4c7c
/
.
/
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