ladybird/Libraries/LibRequests
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
..
ALPNHttpVersion.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
CacheSizes.cpp LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
CacheSizes.h LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
CMakeLists.txt Meta: Move compile_ipc calls to the relevant client library CMakeLists 2026-03-29 13:59:11 -06:00
Forward.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
NetworkError.h LibRequests+RequestServer: Add an error code for CURLE_PARTIAL_FILE 2026-01-08 11:59:12 +01:00
Request.cpp LibRequests+RequestServer: Store request IDs as u64 2025-12-12 10:54:33 -05:00
Request.h LibCore: Remove unused header in EventReceiver 2026-02-21 19:27:35 +01:00
RequestClient.cpp RequestServer: Use correct request map for stale-while-revalidate cookie 2026-04-13 19:43:13 -04:00
RequestClient.h RequestServer: Use correct request map for stale-while-revalidate cookie 2026-04-13 19:43:13 -04:00
RequestTimingInfo.cpp LibWeb+LibWebView+LibRequests: Reduce dependency on LibIPC includes 2025-12-01 15:12:52 +01:00
RequestTimingInfo.h LibWeb+LibWebView+LibRequests: Reduce dependency on LibIPC includes 2025-12-01 15:12:52 +01:00
WebSocket.cpp LibRequests+RequestServer: Store websocket IDs as u64 2025-12-12 10:54:33 -05:00
WebSocket.h LibRequests+RequestServer: Store websocket IDs as u64 2025-12-12 10:54:33 -05:00