r9910 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9909‎ | r9910 | r9911 >
Date:22:24, 4 July 2005
Author:vibber
Status:old
Tags:
Comment:
* Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -124,6 +124,7 @@
125125 $this->sendCacheControl();
126126 wfDebug( "CACHED client: $ismodsince ; user: $wgUser->mTouched ; page: $timestamp\n", false );
127127 $this->disable();
 128+ @ob_end_clean(); // Don't output compressed blob
128129 return true;
129130 } else {
130131 wfDebug( "READY client: $ismodsince ; user: $wgUser->mTouched ; page: $timestamp\n", false );
Index: trunk/phase3/RELEASE-NOTES
@@ -469,6 +469,7 @@
470470 * (bug 2616) Fix proportional image scaling, giving correct height
471471 * (bug 2640) Include width and height attributes on unscaled images
472472 * Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
 473+* (bug 1109) Suppress compressed output on 304 responses
473474
474475
475476 === Caveats ===

Status & tagging log