? profiles/drupalorg_testing
Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.145.2.9
diff -u -p -r1.145.2.9 bootstrap.inc
--- includes/bootstrap.inc	24 Aug 2008 09:00:25 -0000	1.145.2.9
+++ includes/bootstrap.inc	7 Oct 2008 22:18:33 -0000
@@ -567,7 +567,7 @@ function drupal_page_cache_header($cache
     header('HTTP/1.1 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:
