adaptive: remove nonsensical extra send() call
If net_Write() returns a short count, send() is not going to help. It means the connection was closed.
Showing
Please register or sign in to comment
If net_Write() returns a short count, send() is not going to help. It means the connection was closed.