Stop execution after we 304 the client.


git-svn-id: https://develop.svn.wordpress.org/trunk@1455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-07-06 18:20:11 +00:00
parent 3ec8ee1f14
commit accc00694a
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ if ( !isset($doing_rss) || !$doing_rss ) {
} else {
header('HTTP/1.x 304 Not Modified');
}
exit;
}
}
}