mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
An incoming socket should only be considered connected after a program has received it from accept(). Before that point, it's only "half" open, and it might not ever actually be served to a program. Socket::accept is where m_connected is correctly set.
22 KiB
22 KiB