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