ladybird/Services
Mohamed amine Bounya b77643a2e8 RequestServer: Don't assert for socket fd not being CURL_SOCKET_BAD
The assertion in `WebSocketImplCurl::did_connect()` keeps failing for
multiple websockets when loading `https://www.speedtest.net/` since
commit 14ebcd4. This fixes that by checking and returning false if
something went wrong and letting the caller function handle it.
2025-04-30 18:20:26 -06:00
..
ImageDecoder Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
RequestServer RequestServer: Don't assert for socket fd not being CURL_SOCKET_BAD 2025-04-30 18:20:26 -06:00
WebContent LibWeb+LibWebView+Services: Add IPC for starting WebWorker of a type 2025-04-25 14:07:51 +02:00
WebDriver WebDriver: Access global sessions mutably when finding sessions 2025-04-16 10:41:44 -06:00
WebWorker LibWeb+LibWebView+Services: Add IPC for starting WebWorker of a type 2025-04-25 14:07:51 +02:00
CMakeLists.txt Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00