ladybird/Services/RequestServer/Cache
Timothy Flynn fc9233f198 RequestServer: Delete unreadable cache files (for now)
If we are unable to pipe the response body from a cache file to the
client, let's take the extra safe approach of deleting the cache file
for now. We already remove the file if we weren't able to read its
metadata during initialization.
2025-10-16 09:06:48 -04:00
..
CacheEntry.cpp RequestServer: Delete unreadable cache files (for now) 2025-10-16 09:06:48 -04:00
CacheEntry.h LibWebView+RequestServer: Support clearing the HTTP disk cache 2025-10-14 13:40:33 +02:00
CacheIndex.cpp LibWebView+RequestServer: Support clearing the HTTP disk cache 2025-10-14 13:40:33 +02:00
CacheIndex.h LibWebView+RequestServer: Support clearing the HTTP disk cache 2025-10-14 13:40:33 +02:00
DiskCache.cpp LibWebView+RequestServer: Support clearing the HTTP disk cache 2025-10-14 13:40:33 +02:00
DiskCache.h LibWebView+RequestServer: Support clearing the HTTP disk cache 2025-10-14 13:40:33 +02:00
Utilities.cpp LibRequests+RequestServer: Begin implementing an HTTP disk cache 2025-10-14 13:40:33 +02:00
Utilities.h LibRequests+RequestServer: Begin implementing an HTTP disk cache 2025-10-14 13:40:33 +02:00