mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 09:07:41 +00:00
When attempting to write to a socket that is not connected or - for connection-less protocols - doesn't have a peer address set we should return EPIPE instead of blocking the thread.