Stop execution after we 304 the client.


git-svn-id: http://svn.automattic.com/wordpress/trunk@1455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-07-06 18:20:11 +00:00
parent 4cd4edc638
commit 4a25f98620

View File

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