blob: f557e8a1d1a65429188781bec06cbf978d8f2650 [file] [log] [blame]
<?
// Returns response headers that cause revalidation, and returns 200 for
// revalidating requests to test failed revalidation.
header('ETag: foo');
header('Cache-control: max-age=0');
echo rand();
?>