Files
ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Responses.cpp
Timothy Flynn 1a5cd6b05f LibWeb: Do not perform any cache revalidation from WebContent
We currently will perform some revalidation from both WebContent and
RequestServer. For simplicity's sake, now that the memory cache only
holds fresh responses, let's remove revalidation handling from the
WebContent process. If a memory-cached response is stale, it's fine
to just forward that request to RequestServer. It will then either
be served by disk cache, or revalidated at that point.
2026-01-19 08:02:14 -05:00

12 KiB