ladybird/Services/RequestServer
Mohamed amine Bounya b77643a2e8
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
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
..
CacheLevel.h
CMakeLists.txt LibWebSocket+RequestServer: Add a WebSocketImpl using libcurl 2025-02-20 15:04:50 -07:00
ConnectionFromClient.cpp RequestServer: Don't assert for socket fd not being CURL_SOCKET_BAD 2025-04-30 18:20:26 -06:00
ConnectionFromClient.h LibWebView+RequestServer: Add some UI for DNS settings 2025-04-22 18:05:07 -04:00
main.cpp LibTLS: Remove unused DefaultRootCACertificates 2025-02-17 19:52:43 +01:00
RequestClient.ipc LibRequests: Move NetworkError stringification to LibRequests 2025-04-02 08:52:45 -04:00
RequestServer.ipc LibWebView+RequestServer: Add some UI for DNS settings 2025-04-22 18:05:07 -04:00
WebSocketImplCurl.cpp RequestServer: Don't assert for socket fd not being CURL_SOCKET_BAD 2025-04-30 18:20:26 -06:00
WebSocketImplCurl.h RequestServer: Don't assert for socket fd not being CURL_SOCKET_BAD 2025-04-30 18:20:26 -06:00