https://issues.apache.org/bugzilla/show_bug.cgi?id=39351
Christophe JAILLET <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FixedInTrunk Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Christophe JAILLET <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
