You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/02/02 08:22:17 UTC

[Bug 39351] Continue early if bucket length is zero

https://issues.apache.org/bugzilla/show_bug.cgi?id=39351

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Christophe JAILLET <ch...@wanadoo.fr> ---
This is actually in trunk, in mod_cache_disk which replaced mod_disk_cache in
2.4.x.

This was done in r1002832.


@@ -1131,6 +1122,33 @@
             return rv;
         }
+        /* don't write empty buckets to the cache */
+        if (!length) {
+            continue;
+        }


So closing this report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org