Sign in
webkit
/
WebKit
/
6670bddc461298fd30a797adf2db4ff525e51324
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
no-cache-with-validation.php
blob: eb81bfbf7eaf6ccef3eae2af6aba931ffa3c47e5 [
file
] [
log
] [
blame
]
<?
php
if
(
$_SERVER
[
"HTTP_IF_MODIFIED_SINCE"
])
{
header
(
"HTTP/1.0 304 Not Modified"
);
exit
();
}
header
(
"Cache-control: no-cache"
);
header
(
"Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT"
);
header
(
"Content-Type: text/plain"
);
?>
foo