ladybird/Tests/LibWeb/Text/input/Cache
Timothy Flynn 4ad800b594 RequestServer: Use correct request map for stale-while-revalidate cookie
When we request the HTTP cookie for a SWR request, we were providing the
cookie to the standard request corresponding to the SWR request's ID.
This had two effects:

1. The SWR request would never finish.
2. If the corresponding standard request happened to be a connect-only
   request, this would result in a crash as we were expecting it to have
   gone through the normal fetch process.

This was seen on some articles on news.google.com.
2026-04-13 19:43:13 -04:00
..
http-disk-cache.html RequestServer: Use correct request map for stale-while-revalidate cookie 2026-04-13 19:43:13 -04:00
http-memory-cache.html LibHTTP: Do not respond to Range requests with cached full responses 2026-01-10 09:02:41 -05:00