ladybird/Libraries/LibHTTP/Cache
Timothy Flynn 8a0c8743b6 LibHTTP: Correctly hold an exclusive cache entry for revalidation
We were returning the incorrect result when upgrading a cache entry to
have exclusivity on must-revalidate requests. This could result in the
entry being read and updated at the same time, especially if the server
returned a non-304 response.
2025-12-13 13:07:02 -06:00
..
CacheEntry.cpp LibHTTP: Place HTTP disk cache log points behind a debug flag 2025-12-02 12:19:42 +01:00
CacheEntry.h LibHTTP+RequestServer: Mark a couple classes as final 2025-12-13 13:07:02 -06:00
CacheIndex.cpp LibHTTP: Place HTTP disk cache log points behind a debug flag 2025-12-02 12:19:42 +01:00
CacheIndex.h
CacheRequest.h
DiskCache.cpp LibHTTP: Correctly hold an exclusive cache entry for revalidation 2025-12-13 13:07:02 -06:00
DiskCache.h
Utilities.cpp LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb 2025-11-29 08:35:02 -05:00
Utilities.h LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb 2025-11-29 08:35:02 -05:00
Version.h