Closed
Description
There is a regression since v9.7.0 (Darwin-x64) until and including v9.9.0:
If I send data with a net.Socket, the property bytesWritten
won't reflect the correct number of bytes
written, it's always too low. I have verified this on the receiving end – data is written/sent as expected, only bytesWritten
is incorrect.
This works correctly until v9.6.1 (Darwin-x64).