Jinoh Kang (@iamahuman) commented about server/sock.c:
if (bind_errno) status = sock_get_ntstatus( bind_errno ); else if (sock->wr_shutdown) status = STATUS_PIPE_DISCONNECTED;
- else if (!async_queued( &sock->write_q ))
- else if (!async_queue_has_waiting_asyncs( &sock->write_q ))
I wonder if we just want to special-case UDP (and other unordered-packet transports) here instead.