Skip to content
Snippets Groups Projects
Commit fc39f9b4 authored by Jens Wilke's avatar Jens Wilke
Browse files

fix problems with gzip compression

darcs-hash:20080122185828-1ec87-37d8149991d56d3b924634598e57ef2d0b6562a8.gz
parent efa13f01
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment