Bug 65283 - mod_cache_disk: handle the failure of storing results to temp file, add error message
Summary: mod_cache_disk: handle the failure of storing results to temp file, add error...
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_cache_disk / mod_disk_cache (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2021-05-01 08:09 UTC by Bingyu Shen
Modified: 2021-05-01 08:12 UTC (History)
0 users



Attachments
Patch (1.08 KB, patch)
2021-05-01 08:11 UTC, Bingyu Shen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bingyu Shen 2021-05-01 08:09:56 UTC
modules/cache/mod_cache_disk.c: handle the failure of storing results to temp file, add error message

Opened the pr on github.

https://github.com/apache/httpd/pull/182
Comment 1 Bingyu Shen 2021-05-01 08:11:35 UTC
Created attachment 37846 [details]
Patch