Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: fix usage of writeBuffer in makeSyncWrite
The binding writeBuffer has been changed in nodejs#19041 and it now requires the last argument to be a context object. makeSyncWrite was not updated accordingly, resulting assertions on Windows. This patch fixes the usage of writeBuffer there.
- Loading branch information