? boost-609030.1.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.195
diff -u -p -r1.3.2.2.2.5.2.195 boost.module
--- boost.module	18 Oct 2009 23:43:56 -0000	1.3.2.2.2.5.2.195
+++ boost.module	20 Oct 2009 18:24:39 -0000
@@ -992,6 +992,9 @@ function theme_boost_cache_status($ttl, 
  * PHP output buffering callback for static page caching.
  */
 function _boost_ob_handler() {
+  if (!empty($user->uid)) {
+    return FALSE;
+  }
   $buffer = ob_get_contents();
 
   // Ensure we're in the correct working directory, since some web servers (e.g. Apache) mess this up here.
