#318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some cached requests.

merge-requests/26/head
Angie Byron 2008-10-11 04:56:34 +00:00
parent 4f17920c75
commit 3715107d36
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ function drupal_page_cache_header($cache) {
header($_SERVER['SERVER_PROTOCOL'] . ' 304 Not Modified');
// All 304 responses must send an etag if the 200 response for the same object contained an etag
header("Etag: $etag");
exit();
return;
}
// Send appropriate response: