Re: [PATCH] No temporary file left behind

2006-05-28 Thread Ruediger Pluem
On 05/28/2006 03:52 AM, Davi Arnaut wrote: Hi, Remove mod_disk_cache temporary files when rename() fails, otherwise they may accumulate in excess. Thanks for the patch. Committed to trunk as r409942 (http://svn.apache.org/viewvc?rev=409942view=rev). Regards RĂ¼diger

[PATCH] No temporary file left behind

2006-05-27 Thread Davi Arnaut
Hi, Remove mod_disk_cache temporary files when rename() fails, otherwise they may accumulate in excess. -- Davi Arnaut Index: modules/cache/mod_disk_cache.c === --- modules/cache/mod_disk_cache.c (revision 409900) +++