From 18e852e4e7839957639c8b3aa319d947f65f28ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Apr 2005 19:00:24 +0000 Subject: - Patch #19933 by willmoy: stop output buffering once the page has been rendered. --- includes/bootstrap.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 75972dc1f..7ad4626a3 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -273,6 +273,7 @@ function page_set_cache() { $data = gzencode($data, FORCE_GZIP); } } + ob_end_flush(); cache_set($base_url . request_uri(), $data, CACHE_TEMPORARY, drupal_get_headers()); } } -- cgit v1.2.3