ladybird/Tests/LibHTTP
Aliaksandr Kalenik d8b28a68cc LibHTTP: Replace loaded cache entries in CacheIndex
create_entry() issues INSERT OR REPLACE in SQL, so the on-disk row is
correctly overwritten when a (cache_key, vary_key) pair is re-inserted.
But the in-memory m_entries vector was only appended to, leaving the
stale Entry alongside the new one. Subsequent find_entry() calls could
then return the old metadata even though the DB had moved on.
2026-04-19 01:31:37 +02:00
..
CMakeLists.txt LibHTTP: Replace loaded cache entries in CacheIndex 2026-04-19 01:31:37 +02:00
TestCacheIndex.cpp LibHTTP: Replace loaded cache entries in CacheIndex 2026-04-19 01:31:37 +02:00
TestCacheUtilities.cpp LibHTTP: Implement the must-understand cache directive 2026-02-14 14:34:34 -05:00
TestHTTPUtils.cpp LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00