ladybird/Services
Timothy Flynn 9f2ac14521 LibHTTP+RequestServer: Do not flush partial responses to the cache index
If the cURL request completes with anything other than CURLE_OK, we must
not keep the cache entry. For example, if the server's connection closes
while transferring data, we receive CURLE_PARTIAL_FILE. We don't want
this cache entry to be treated as valid in a subsequent request.
2026-01-08 11:59:12 +01:00
..
ImageDecoder Everywhere: Remove LibCore/System.h includes from header files 2025-12-04 15:40:46 +00:00
RequestServer LibHTTP+RequestServer: Do not flush partial responses to the cache index 2026-01-08 11:59:12 +01:00
WebContent LibWeb: Set maximum OpenSSL threads in processes with JS 2026-01-04 15:56:54 +01:00
WebDriver LibCore: Remove unused KeepAsChild and disown mechanisms 2025-11-07 11:27:51 +01:00
WebWorker LibWeb: Set maximum OpenSSL threads in processes with JS 2026-01-04 15:56:54 +01:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00