diff options
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 5d6c5232b..58d395dea 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -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: |