mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02:00
Our Core::System::is_socket() helper is not very robust, as it was incorrectly marking m_fd as a non-socket fd. This meant we were trying to call CLoseHandle() on a socket which fails. We can just call closesocket() directly given we are in an explicit socket-only context.
10 KiB
10 KiB