ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Andreas Kling 66a19b8550 LibWeb: Make ESO "fetch group" weakly reference the fetch records
Otherwise we end up holding on to every fetch record indefinitely.

Found by analyzing GC heap graphs on Discord.
2025-07-29 20:00:17 -04:00
..
Bodies.cpp LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02:00
Bodies.h LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02:00
Headers.cpp LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Headers.h LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Methods.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Methods.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Requests.cpp LibWeb: Enforce Content Security Policy on Fetch requests 2025-03-19 00:55:14 +01:00
Requests.h LibWeb: Make ESO "fetch group" weakly reference the fetch records 2025-07-29 20:00:17 -04:00
Responses.cpp LibWeb: Do not store network errors as a StringView 2025-04-02 11:43:53 +02:00
Responses.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Statuses.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Statuses.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00