Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osx,stream: retry sending handle on EMSGSIZE error
On OSX when sending handles via `sendmsg()` it can return `EMSGSIZE` if there isn't room in the socket output buffer to store the whole message. In that's the case, return control to the loop and try again in the next iteration. Fixes: nodejs/node#14828
- Loading branch information