From fc39f9b4386bcff9ffe0ccdfbd747b6f74756143 Mon Sep 17 00:00:00 2001
From: Jens Wilke <jw_list@headissue.com>
Date: Tue, 22 Jan 2008 19:58:28 +0100
Subject: [PATCH] fix problems with gzip compression

darcs-hash:20080122185828-1ec87-37d8149991d56d3b924634598e57ef2d0b6562a8.gz
---
 inc/pageutils.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/inc/pageutils.php b/inc/pageutils.php
index 4229c60cd..6ccc49c7f 100644
--- a/inc/pageutils.php
+++ b/inc/pageutils.php
@@ -538,6 +538,9 @@ function http_conditionalRequest($timestamp){
 
   // Nothing has changed since their last request - serve a 304 and exit
   header('HTTP/1.0 304 Not Modified');
+
+  // don't produce output, even if compression is on
+  ob_end_clean();
   exit;
 }
 
-- 
GitLab